[SCSI] Fix incorrect pointer in megaraid.c MODE_SENSE emulation
authorMark Lord <lkml@rtr.ca>
Wed, 7 Dec 2005 22:46:57 +0000 (17:46 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Thu, 8 Dec 2005 14:08:54 +0000 (09:08 -0500)
The SCSI megaraid drive goes to great effort to kmap
the scatterlist buffer (if used), but then uses the
wrong pointer when copying to it afterward.

Signed-off-by: Mark Lord <lkml@rtr.ca>
Acked by: Ju, Seokmann <Seokmann.Ju@engenio.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found