From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quentin Lambert Date: Fri, 12 Aug 2016 14:15:16 +0000 Subject: [PATCH v2 0/2] add missing calls to kfree Message-Id: <20160812141518.12585-1-lambert.quentin@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: kernel-janitors@vger.kernel.org The first patch is a style fix, the second add calls to kfree. The reason for me thinking that they are necessary is that every other branches leading to an error return are jumping to the same destination. v2: add a commit message to the first patch --- drivers/staging/rts5208/ms.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) ---