commit | dc14b02c0dd87ca7bbb9d566ac209e4aaedddad5 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Tue Nov 12 11:02:20 2013 -0600 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Dec 05 14:54:58 2013 -0500 |
tree | 61eb1c45db6e5fa7c6c01aca6a7114eb71ed0548 | |
parent | 684e55f53ec0fda8933f2caeb439e4f7a803002a [diff] |
rtlwifi: Remove unused calls to rtl_is_special_data() When routine rtl_is_special_data() is called with false as its last argument, and the returned value is not tested, the call is essentially an extended no-op. Accordingly, these calls may be removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>