• T
    [IA64] Fix breakage in simscsi.c · 4f2ef124
    Tony Luck 提交于
    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: NTony Luck <tony.luck@intel.com>
    4f2ef124
simscsi.c 9.9 KB