[PATCH v2] scsi: hpsa: remove memory allocate failure message

2016-12-12 Thread kushwaha . a
From: Amit Kushwaha This patch cleanup warning reported by checkpatch.pl WARNING: Possible unnecessary 'out of memory' message With no available memory, a warn on message already gets printed by page alloc apis and modified goto use if memory unallocated. Signed-off-by: Amit Kushwaha --- Change

[PATCH] scsi: hpsa: remove memory allocate failure message

2016-12-09 Thread kushwaha . a
From: Amit Kushwaha This patch cleanup warning reported by checkpatch.pl WARNING: Possible unnecessary 'out of memory' message With no available memory, a warn on message already gets printed by page alloc apis Signed-off-by: Amit Kushwaha --- drivers/scsi/hpsa.c | 21 -