From: John W. Linville Date: Mon, 3 May 2010 18:46:05 +0000 (-0400) Subject: iwmc3200wifi: cleanup unneeded debugfs error handling X-Git-Tag: v2.6.35-rc1~473^2~167^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f55c12cef6d369d76ae13d522edd1c07e667788;p=pandora-kernel.git iwmc3200wifi: cleanup unneeded debugfs error handling "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 Signed-off-by: Zhu Yi Acked-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed