]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 25 Sep 2018 06:23:24 +0000 (11:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:53:56 +0000 (20:53 +0200)
commit5a5078b0d92f72cae8eec910d0ada8fb2a37614e
tree53ca2659cfe70538adc7b2f3f562bff19e5bc586
parent584c8795b3bdaf090d7c695cc30ed22465063061
staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()

Use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack() as it always
return value '1' and its not used by the caller.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c