linux/drivers/staging/vt6656
Oscar Carter 81969fd8ab staging: vt6656: Check the return value of vnt_control_out_* calls
Check the return value of vnt_control_out_* function calls. When
necessary modify the function prototype to be able to return the new
checked error code.

It's safe to modify all the function prototypes without fix the call
because the only change is the return value from void to int. If before
the call didn't check the return value, now neither.

Signed-off-by: Oscar Carter <oscar.carter@gmx.com>
Link: https://lore.kernel.org/r/20200425134257.4502-2-oscar.carter@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-28 14:16:49 +02:00
..
baseband.c staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
baseband.h staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
card.c staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
card.h staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
channel.c staging: vt6656: Remove redundant license text 2017-11-28 13:20:47 +01:00
channel.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
desc.h staging: vt6656: Use BIT() macro instead of hex value 2020-03-21 10:58:16 +01:00
device.h staging: vt6656: Move firmware functions into main_usb. 2020-04-23 13:31:59 +02:00
Kconfig staging: vt665*: use help instead of ---help--- in Kconfig 2019-05-20 10:49:08 +02:00
key.c staging: vt6656: Fix pairwise key entry save. 2020-04-23 13:44:32 +02:00
key.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00
mac.c staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
mac.h staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
main_usb.c Merge 5.7-rc3 into staging-next 2020-04-27 12:20:40 +02:00
Makefile staging: vt6656: Move firmware functions into main_usb. 2020-04-23 13:31:59 +02:00
power.c staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
power.h staging: vt6656: Check the return value of vnt_control_out_* calls 2020-04-28 14:16:49 +02:00
rf.c staging: vt6656: Return error code in vnt_rf_write_embedded function 2020-04-16 12:54:25 +02:00
rf.h staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel. 2020-04-13 14:53:21 +02:00
rxtx.c staging: vt6656: Move vnt_get_frame_time and vnt_get_phy_field to rxtx 2020-04-23 13:33:36 +02:00
rxtx.h staging: vt6656: Move vnt_get_frame_time and vnt_get_phy_field to rxtx 2020-04-23 13:33:36 +02:00
TODO
usbpipe.c staging: vt6656: Power save stop wake_up_count wrap around. 2020-04-16 13:45:15 +02:00
usbpipe.h staging: vt6656: Delete int.c/h file and move functions to usbpipe 2020-03-04 07:52:32 +01:00
wcmd.c staging: vt6556: vnt_rf_setpower convert to use ieee80211_channel. 2020-04-13 14:53:21 +02:00
wcmd.h staging: vt6656: Fix styling of the comment related to SPDX-License-Identifier 2019-04-02 09:29:27 +02:00