Re: [PATCH 1/2] staging: vt6656: remove unneeded variable: ret

From: Quentin Deslandes
Date: Tue Mar 24 2020 - 06:03:30 EST


On 03/23/20 23:45:44, John B. Wyatt IV wrote:
> vnt_mac_reg_bits_off(priv, MAC_REG_GPIOCTL1, GPIO3_INTMD);

This function, and all the functions called in vnt_radio_power_on() returns
a value, why don't you catch it and act accordingly (forward error code
for example) instead of silencing it?

Thanks,
Quentin