Daniel Drake 69e562c234 [SCSI] arcmsr: fix message allocation
arcmsr_iop_message_xfer() is called from atomic context under the
queuecommand scsi_host_template handler. James Bottomley pointed out
that the current GFP_KERNEL|GFP_DMA flags are wrong: firstly we are in
atomic context, secondly this memory is not used for DMA.
Also removed some unneeded casts.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Cc: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
2008-02-22 09:08:13 -06:00
..
2008-02-14 20:58:04 -08:00
2008-02-05 09:44:23 -08:00
2008-02-06 10:41:15 -08:00
2008-02-07 20:39:44 -05:00
2008-02-08 09:22:38 -08:00
2008-02-14 20:58:04 -08:00
2008-02-07 08:42:23 -08:00
2008-02-14 01:01:28 -05:00
2008-02-14 21:13:33 -08:00
2008-02-13 16:21:19 -08:00
2008-02-09 10:46:40 +01:00
2008-01-31 11:25:51 +11:00
2008-02-09 23:27:01 -08:00
2008-02-14 14:22:12 +09:00
2008-02-03 17:30:25 +02:00
2008-02-06 10:41:07 -08:00