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)
commitc70cab1a45d56395db03957f6504c6b613bece5b
tree2fb350262d019fc98db7d5cf7fc068a4ac88411d
parent716b1bf3c5040f2303d6d1d0dfee6d8851cedc9d
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