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(-) --- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751917AbcHLOPh (ORCPT ); Fri, 12 Aug 2016 10:15:37 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34567 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbcHLOPg (ORCPT ); Fri, 12 Aug 2016 10:15:36 -0400 From: Quentin Lambert To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Cc: kernel-janitors@vger.kernel.org Subject: [PATCH v2 0/2] add missing calls to kfree Date: Fri, 12 Aug 2016 16:15:16 +0200 Message-Id: <20160812141518.12585-1-lambert.quentin@gmail.com> X-Mailer: git-send-email 2.9.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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(-) ---