]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c
authorSatyam Sharma <ssatyam@cse.iitk.ac.in>
Mon, 9 Jul 2007 19:00:07 +0000 (12:00 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Sun, 15 Jul 2007 14:33:34 +0000 (09:33 -0500)
commita3f249a242e804b61a14518ec9d5ec8ee48720d7
tree40a3d3e696acbd68c08d108ee1a32f80cf29661c
parent3021c710cbf87c4ac528b737908d0c0669e8098e
[SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c

drivers/message/i2o/device.c:i2o_parm_field_get() unnecessarily passes
GFP_ATOMIC (along with GFP_KERNEL) to kmalloc() from a context that is not
atomic. Remove the pointless GFP_ATOMIC.

Signed-off-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/message/i2o/device.c