]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: change return value of ks_wlan_do_power_save function
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 16 Apr 2018 10:29:27 +0000 (12:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 12:29:50 +0000 (14:29 +0200)
commitabca20adc5ebd968ea330763c8f7004de62b25e2
tree8738828921f2f86c460249b5fceae92710a31362
parente6bc5053b8533725f649898d6df57a4dd49ac848
staging: ks7010: change return value of ks_wlan_do_power_save function

This commit change return value of ks_wlan_do_power_save function
from int to void. This function is just returning zero and return
value is not being checked also, so it is nonsense to return an
integer.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c