Re: [PATCH 1/1] scsi: remove redundant NULL check before kfree

2015-06-22 Thread Hannes Reinecke
On 06/23/2015 05:42 AM, Maninder Singh wrote: > There is no need of NULL check before kfree, > So removing the same. > > Signed-off-by: Maninder Singh > Reviewed-by: Rohit Thapliyal If you insist ... Reviewed-by: Hannes Reinecke Cheers, Hannes -- Dr. Hannes Reinecke

[PATCH 1/1] scsi: remove redundant NULL check before kfree

2015-06-22 Thread Maninder Singh
There is no need of NULL check before kfree, So removing the same. Signed-off-by: Maninder Singh Reviewed-by: Rohit Thapliyal --- drivers/scsi/aic94xx/aic94xx_init.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic9