mirror of
https://github.com/torvalds/linux.git
synced 2026-05-18 03:27:14 +02: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:
|
||
|---|---|---|
| .. | ||
| wfx | ||
| Kconfig | ||
| Makefile | ||