]> git.baikalelectronics.ru Git - kernel.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)
commit5ab42815f50dd618fa4b2ba5e46c276b6466f1fa
tree53ca2659cfe70538adc7b2f3f562bff19e5bc586
parentcfa232c9d37dab4f9de8aa5dd8307f368012f74f
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