iwmc3200wifi: cleanup unneeded debugfs error handling
authorJohn W. Linville <linville@tuxdriver.com>
Mon, 3 May 2010 18:46:05 +0000 (14:46 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 3 May 2010 18:46:37 +0000 (14:46 -0400)
"iwl: cleanup: remove unneeded error handling" missed the one in
if_sdio_debugfs_init().

I don't think we even need to check -ENODEV ourselves because if
DEBUG_FS is not compiled in, all the debugfs utility functions will
become no-op.

Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Acked-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found