Return-path: Received: from esa5.microchip.iphmx.com ([216.71.150.166]:34176 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbeCWPJH (ORCPT ); Fri, 23 Mar 2018 11:09:07 -0400 From: Ajay Singh To: CC: , , , , , , , Ajay Singh Subject: [PATCH 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues Date: Fri, 23 Mar 2018 20:38:49 +0530 Message-ID: <1521817738-7557-1-git-send-email-ajay.kathat@microchip.com> (sfid-20180323_160911_160775_594B328B) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: 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(-) -- 2.7.4