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

2016-12-09 Thread kushwaha . a
From: Amit Kushwaha <kushwah...@samsung.com> 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 <kushwah...@sa

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

2016-12-12 Thread kushwaha . a
From: Amit Kushwaha <kushwah...@samsung.com> 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. Sign