[SCSI] Fix Ultrastor asm snippet
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 18 May 2011 15:06:05 +0000 (17:06 +0200)
committerJames Bottomley <jbottomley@parallels.com>
Tue, 24 May 2011 17:25:35 +0000 (13:25 -0400)
commitfad4dab5e44e10acf6b0235e469cb8e773b58e31
tree7ab61338f8bd59f1955a81e9c0600574b3b6932d
parent6e2037b0fd4d4ad9be941a3520d21945bc031a20
[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>
drivers/scsi/ultrastor.c