diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-05-18 11:06:05 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-24 13:25:35 -0400 |
commit | fad4dab5e44e10acf6b0235e469cb8e773b58e31 (patch) | |
tree | 7ab61338f8bd59f1955a81e9c0600574b3b6932d /MAINTAINERS | |
parent | 6e2037b0fd4d4ad9be941a3520d21945bc031a20 (diff) |
[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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions