Re: [PATCH] drivers: scsi: Remove null check on sdkp

2015-03-06 Thread Martin K. Petersen
> "Tapasweni" == Tapasweni Pathak writes: Tapasweni> Remove null check on sdkp as it won't be null at this line. Thanks for the heads up. It's actually a merge snafu. The check is supposed to be if (!sdkp->ATO). I already have a patch in my queue to fix this. -- Martin K. Petersen Ora

[PATCH] drivers: scsi: Remove null check on sdkp

2015-03-05 Thread Tapasweni Pathak
Remove null check on sdkp as it won't be null at this line. Signed-off-by: Tapasweni Pathak Acked-by; Julia Lawall --- drivers/scsi/sd_dif.c |3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/scsi/sd_dif.c b/drivers/scsi/sd_dif.c index 14c7d42..2190639 100644 --- a/drivers/scsi/sd