aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorXenia Ragiadakou <burzalodowa@gmail.com>2013-09-21 23:42:24 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-25 16:51:23 -0700
commitf6150b40e9a4426aaa819ca0736f8db8af3c4a75 (patch)
treecb22ea91bc0dea485cb48c3867fb4a23b2403696 /scripts
parentf7e9fbc017b7f8e23c35d2f0be0f4842236b5a2c (diff)
staging: rtl8192u: remove cmpk_message_handle_tx()
The function cmpk_message_handle_tx() is called only in r8192U_dm.c in two places. The first call resides outside an #ifdef RTL8192U guard, and since RTL8192U is defined this call can be removed. At the other site this function is called, there is no check on its return value. Since cmpk_message_handle_tx() does not do anything else other than returning true, it can be safely removed. Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions