[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210605020855.1065-1-fmdefrancesco@gmail.com>
Date: Sat, 5 Jun 2021 04:08:53 +0200
From: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
To: Mauro Carvalho Chehab <mchehab@...nel.org>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dan Carpenter <dan.carpenter@...cle.com>,
linux-media@...r.kernel.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Cc: "Fabio M. De Francesco" <fmdefrancesco@...il.com>
Subject: [PATCH v2 0/2] Remove unnecessary tests and cast before kfree/kvfree
(1/2) Removed unnecessary test of pointers != NULL before passing them to
kfree() and kvfree().
(2/2) Removed an unncecessary (void *) cast for an argument passed to kfree().
v1 -> v2: Added patch 2/2.
Fabio M. De Francesco (2):
staging: media: atomisp: pci: Remove checks before kfree/kvfree
staging: media: atomisp: pci: Remove unnecessary (void *) cast
drivers/staging/media/atomisp/pci/sh_css_firmware.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
2.31.1
Powered by blists - more mailing lists