Re: [PATCH v2] staging: gpib: Replace kmalloc/memset with kzalloc.
From: Dave Penkler
Date: Wed Oct 16 2024 - 08:50:06 EST
On Wed, Oct 16, 2024 at 04:04:06PM +0530, Rohit Chavan wrote:
> This patch replaces kmalloc + memset with kzalloc in the GPIB driver.
>
> Signed-off-by: Rohit Chavan <roheetchavan@xxxxxxxxx>
> ---
> Changes since v1:
> - Merge similar patches in single one
> - Make commit message concise
> ---
> drivers/staging/gpib/agilent_82350b/agilent_82350b.c | 3 +--
> drivers/staging/gpib/cb7210/cb7210.c | 3 +--
> drivers/staging/gpib/gpio/gpib_bitbang.c | 3 +--
> drivers/staging/gpib/hp_82335/hp82335.c | 3 +--
> drivers/staging/gpib/hp_82341/hp_82341.c | 3 +--
> drivers/staging/gpib/ines/ines_gpib.c | 3 +--
> drivers/staging/gpib/tnt4882/mite.c | 4 +---
> drivers/staging/gpib/tnt4882/tnt4882_gpib.c | 3 +--
> 8 files changed, 8 insertions(+), 17 deletions(-)
>
Reviewed-by: Dave Penkler <dpenkler@xxxxxxxxx>