]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtlwifi: rtl8192ee: Prevent log spamming for switch statements
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 11 Oct 2014 17:59:53 +0000 (12:59 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Oct 2014 18:02:06 +0000 (14:02 -0400)
commit47481d977cb2987ab363202c68a79ec1bccd357c
tree9ae4798fda9536a860a0793cdb1d6c85d7eacf5f
parent78afe83c3b008e25123bd1be36ee4b6595e595d1
rtlwifi: rtl8192ee: Prevent log spamming for switch statements

The driver logs a message when the default branch of switch statements are
taken. Such information is useful when debugging, but these log items should
not be seen for standard usage.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtlwifi/rtl8192ee/hw.c