Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67638
b: refs/heads/master
c: 2b12f99
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Oct 12, 2007
1 parent 86c1262 commit f74124d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b9fd76e30368489b561db5794b3831bcc28c8bc
refs/heads/master: 2b12f996c992334f65f6d9e0a3e731ec049fdad3
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/vmwatchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ static int __diag288(enum vmwdt_func func, unsigned int timeout,
"0: la %0,0\n"
"1:\n"
EX_TABLE(0b,1b)
: "=d" (err) : "d"(__func), "d"(__timeout),
"d"(__cmdp), "d"(__cmdl), "0" (-EINVAL) : "1", "cc");
: "+d" (err) : "d"(__func), "d"(__timeout),
"d"(__cmdp), "d"(__cmdl) : "1", "cc");
return err;
}

Expand Down

0 comments on commit f74124d

Please sign in to comment.