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 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: factor out check for firmware running into ks7010_is_firmware_running staging: 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 | 248 +++++++++++++++++++++-------------- 1 file changed, 147 insertions(+), 101 deletions(-) -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel