commit | c93ac39da006457fc5b9b74f1505624dd509bf68 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:10 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:28 2016 +0200 |
tree | 97e03e22e16def4850da2035fa0317b59244e6c1 | |
parent | 02527a73beb344f8f7fff39c04e29a94127b8ee8 [diff] |
rtlwifi: Remove some redundant code The symbol DBG_EMERG is no longer used and is removed. In a number of places, the code has redundant messages. For example, if the failure for the firmware to run is logged, it is not necessary to log that the firmware has been started. In addition, extraneous braces are removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>