[IA64] Fix breakage in simscsi.c
authorTony Luck <tony.luck@intel.com>
Fri, 28 Jul 2006 20:20:23 +0000 (13:20 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 31 Jul 2006 18:49:26 +0000 (11:49 -0700)
arch/ia64/hp/sim/simscsi.c: In function `simscsi_sg_readwrite':
arch/ia64/hp/sim/simscsi.c:154: error: structure has no member named `buffer'
arch/ia64/hp/sim/simscsi.c: In function `simscsi_fillresult':
arch/ia64/hp/sim/simscsi.c:247: error: structure has no member named `buffer'

hch said:
>Just change it to access the request_buffer member instead.  buffer
>and request_buffer have been synonymous 99% of the time, and a driver
>never even wants to access buffer.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found