From: Satyam Sharma Date: Mon, 9 Jul 2007 19:00:07 +0000 (-0700) Subject: [SCSI] i2o: remove redundant GFP_ATOMIC from kmalloc from device.c X-Git-Tag: v2.6.23-rc1~1053^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f249a242e804b61a14518ec9d5ec8ee48720d7;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed