This patch series factors out some functions to improve a bit readility in ks7010_sdio source file. v2: - PATCH 8: fix a memory leak in extracted factor out function copy_firmware. - PATCH 8: error label has been renamed from 'copy_error' to 'free_rom_buf'. - some style issues in PATCH 8 has been moved into a new patch v3: - PATCH 7: no extract new function to check if firmware is running: just fix directly error handling in ks7010_upload_firmware function. - PATCH 8: review it to apply correctly with new changes in PATCH 7. Sergio Paracuellos (9): staging: ks7010: remove unnecessary 'out of memory' message staging: ks7010: factor out irq enable process to ks7010_sdio_init_irqs staging: ks7010: fix label to jump to in error case staging: ks7010: factor out irq setup process to ks7010_sdio_setup_irqs staging: ks7010: factor out ks_wlan_private init process into ks7010_private_init staging: ks7010: factor out initial enqueue process into ks7010_sme_enqueue_events staging: ks7010: fix error handling in ks7010_upload_firmware staging: ks7010: ks7010: factor out firmware copy process into ks7010_copy_firmware staging: ks7010: fix some style issues about long lines drivers/staging/ks7010/ks7010_sdio.c | 237 +++++++++++++++++++++-------------- 1 file changed, 144 insertions(+), 93 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel