]> 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)
commit8ba773876121014c1c5314cb1bed2dd5bb9737f3
tree53ca2659cfe70538adc7b2f3f562bff19e5bc586
parent6ae235737c153ffb0091203c8533004c2d2fb9f4
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