commit | 7e8a9486786d5ede1d2405fab140c6a0d8b2c1fe | [log] [tgz] |
---|---|---|
author | Amit Kushwaha <kushwaha.a@samsung.com> | Mon Dec 12 16:34:21 2016 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Dec 14 15:33:13 2016 -0500 |
tree | 2e1cfd4c1d6b4f4e8db4f40b1b001bb436fbc7fe | |
parent | 2c9bce5b49713acba3e90ce994d60996adcd4b30 [diff] |
scsi: hpsa: remove memory allocate failure message 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 <kushwaha.a@samsung.com> Acked-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>