mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 02:35:23 +07:00
staging: vt6656: remove bool from vnt_radio_power_on ret
The driver uses logical only error checking a bool true would flag error. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Link: https://lore.kernel.org/r/cc52b67c-9ef8-3e57-815a-44d10701919e@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
69cc1f925e
commit
07f59f180e
@ -719,7 +719,7 @@ int vnt_radio_power_off(struct vnt_private *priv)
|
|||||||
*/
|
*/
|
||||||
int vnt_radio_power_on(struct vnt_private *priv)
|
int vnt_radio_power_on(struct vnt_private *priv)
|
||||||
{
|
{
|
||||||
int ret = true;
|
int ret = 0;
|
||||||
|
|
||||||
vnt_exit_deep_sleep(priv);
|
vnt_exit_deep_sleep(priv);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user