Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx> On 23.03.2018 17:08, Ajay Singh wrote: > This patch series contains changes to fix memory leaks, avoid NULL pointer > exceptions and checkpatch reported issue fixes. > > Ajay Singh (9): > staging: wilc1000: remove unused global variables related to p2p > staging: wilc1000: avoid 'NULL' pointer access in > wilc_network_info_received() > staging: wilc1000: free allocated memory in edit and add station > functions > staging: wilc1000: free memory allocated in add wep key functions > staging: wilc1000: free allocated memory after processing > wilc_send_config_pkt() > staging: wilc1000: fix to free allocated memory in wilc_add_ptk() > staging: wilc1000: free allocated memory in wilc_add_rx_gtk() > staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid > leading tabs > staging: wilc1000: free memory allocated for general info message from > firmware > > drivers/staging/wilc1000/host_interface.c | 421 +++++++++++++++--------------- > 1 file changed, 204 insertions(+), 217 deletions(-) >