linux/drivers/staging/ks7010
Sergio Paracuellos 06176b874a staging: ks7010: assign dev_alloc_name() result to variable before check it
This commit assigns dev_alloc_name() call to 'ret' variable to
check it after instead of check directly the call in the if
condition. This improves a bit readability. It also add an empty
line before the new assignment to separate it from the previous
check statement block.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-25 15:47:23 +02:00
..
eap_packet.h staging: ks7010: remove not used enum in eap_packet header file 2018-04-23 14:32:04 +02:00
Kconfig staging: ks7010: remove custom firmware loader 2016-06-07 22:42:53 -07:00
ks7010_sdio.c staging: ks7010: assign dev_alloc_name() result to variable before check it 2018-04-25 15:47:23 +02:00
ks7010_sdio.h staging: ks7010: move sdio specific register definitions into source file 2018-04-25 15:47:22 +02:00
ks_hostif.c staging: ks7010: avoid casts in michael_mic_function calls 2018-04-25 15:47:22 +02:00
ks_hostif.h staging: ks7010: rewrite hif_align_size inline function 2018-04-23 14:27:35 +02:00
ks_wlan_ioctl.h staging: ks7010: remove not used function signature ks_wlan_read_config_file 2018-03-22 18:20:54 +01:00
ks_wlan_net.c staging: ks7010: align comments in ks_wlan_private_handler 2018-04-23 14:33:22 +02:00
ks_wlan.h staging: ks7010: remove enum from ks_wlan.h header 2018-04-23 14:32:07 +02:00
Makefile staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directive 2018-03-22 18:20:54 +01:00
michael_mic.c staging: ks7010: avoid casts in michael_mic_function calls 2018-04-25 15:47:22 +02:00
michael_mic.h staging: ks7010: avoid casts in michael_mic_function calls 2018-04-25 15:47:22 +02:00
TODO staging: ks7010: add task to TODO file 2017-04-11 16:05:51 +02:00