From: Tony Luck Date: Fri, 28 Jul 2006 20:20:23 +0000 (-0700) Subject: [IA64] Fix breakage in simscsi.c X-Git-Tag: v2.6.18-rc4~49^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2ef124b274baac80f64e290aa44e87a7753933;p=pandora-kernel.git [IA64] Fix breakage in simscsi.c 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 --- Reading git-diff-tree failed