commit | 47481d977cb2987ab363202c68a79ec1bccd357c | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Sat Oct 11 12:59:53 2014 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 23 14:02:06 2014 -0400 |
tree | 9ae4798fda9536a860a0793cdb1d6c85d7eacf5f | |
parent | 78afe83c3b008e25123bd1be36ee4b6595e595d1 [diff] |
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>