mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() The wfx_core_init() returns without checking the retval from
sdio_register_driver().
If the sdio_register_driver() failed, the module failed to install,
leaving the wfx_spi_driver not unregistered.
Fixes:
|
||
---|---|---|
.. | ||
bh.c | ||
bh.h | ||
bus_sdio.c | ||
bus_spi.c | ||
bus.h | ||
data_rx.c | ||
data_rx.h | ||
data_tx.c | ||
data_tx.h | ||
debug.c | ||
debug.h | ||
fwio.c | ||
fwio.h | ||
hif_api_cmd.h | ||
hif_api_general.h | ||
hif_api_mib.h | ||
hif_rx.c | ||
hif_rx.h | ||
hif_tx_mib.c | ||
hif_tx_mib.h | ||
hif_tx.c | ||
hif_tx.h | ||
hwio.c | ||
hwio.h | ||
Kconfig | ||
key.c | ||
key.h | ||
main.c | ||
main.h | ||
Makefile | ||
queue.c | ||
queue.h | ||
scan.c | ||
scan.h | ||
sta.c | ||
sta.h | ||
traces.h | ||
wfx.h |