Files
linux/drivers
Samuel Thibault fad4dab5e4 [SCSI] Fix Ultrastor asm snippet
Commit 1292500b replaced

"=m" (*field) : "1" (*field)

with

"=m" (*field) :

with comment "The following patch fixes it by using the '+' operator on
the (*field) operand, marking it as read-write to gcc."
'+' was actually forgotten.  This really puts it.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <jbottomley@parallels.com>
2011-05-24 13:25:35 -04:00
..
2011-05-06 09:27:55 -07:00
2011-04-20 17:01:19 +10:00
2011-04-26 10:22:59 +02:00
2011-05-24 13:25:35 -04:00
2011-05-18 23:24:50 +02:00
2011-05-06 09:27:55 -07:00