[SCSI] qla2xxx: Correct regression in DMA-mask setting prior to allocations.
authorAndrew Vasquez <andrew.vasquez@qlogic.com>
Thu, 22 Jan 2009 17:45:37 +0000 (09:45 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 25 Jan 2009 13:58:55 +0000 (07:58 -0600)
commit53303c42d5a148a73b201a04c89e371d4d5a150f
tree0b206a48daf6e7bdcba9a7426750296382a4f3d2
parentb872ca4081c480e3d76443282ffd7f206321f50f
[SCSI] qla2xxx: Correct regression in DMA-mask setting prior to allocations.

Jeremy Higdon noted
(http://marc.info/?l=linux-scsi&m=123262143131788&w=2) that the
rework done in commit e315cd28b9ef0d7b71e462ac16e18dbaa2f5adfe
was not setting the proper consistent and streaming DMA masks
prior to memory allocations.  Correct this and remove the
unnecessary prototype.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_os.c