Re: [PATCH] rsi: Fix failure to load firmware after memory leak fix and fix the leak

2015-07-28 Thread Mike Looijmans
On 27-07-15 12:28, Kalle Valo wrote: Mike Looijmans mike.looijm...@topic.nl writes: Fixes commit eae79b4f3e82ca63a53478a161b190a0d38fe526 (rsi: fix memory leak in rsi_load_ta_instructions()) which stopped the driver from functioning. You can abbreviate the commit id: Fixes commit

Re: [PATCH] rsi: Fix failure to load firmware after memory leak fix and fix the leak

2015-07-27 Thread Kalle Valo
Mike Looijmans mike.looijm...@topic.nl writes: Fixes commit eae79b4f3e82ca63a53478a161b190a0d38fe526 (rsi: fix memory leak in rsi_load_ta_instructions()) which stopped the driver from functioning. You can abbreviate the commit id: Fixes commit eae79b4f3e82 (rsi: fix memory leak in

[PATCH] rsi: Fix failure to load firmware after memory leak fix and fix the leak

2015-07-26 Thread Mike Looijmans
Fixes commit eae79b4f3e82ca63a53478a161b190a0d38fe526 (rsi: fix memory leak in rsi_load_ta_instructions()) which stopped the driver from functioning. Firmware data has been allocated using vmalloc(), resulting in memory that cannot be used for DMA. Hence the firmware was first copied to a buffer