]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: remove unnecessary debugfs return code checks
authorFelix Fietkau <nbd@openwrt.org>
Sat, 19 Mar 2011 12:55:37 +0000 (13:55 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Mar 2011 18:15:15 +0000 (14:15 -0400)
commitd14b82c7044b0419073576aee10c1bf23cdccd70
tree2fb350262d019fc98db7d5cf7fc068a4ac88411d
parentdea6537b2a6d1da0f8cc57bb5af0c7636649adca
ath9k: remove unnecessary debugfs return code checks

Since the ath9k debugfs directory is cleaned up by debugfs_remove_recursive,
there's no point in checking the return code of every single debugfs create
line.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.c