diff options
author | Al Viro <[email protected]> | 2022-08-08 16:08:48 +0100 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2022-08-15 11:25:32 -0500 |
commit | 2d631bd58fe0ea3e3350212e23c9aba1fb606514 (patch) | |
tree | b94a9773d4de37cce561d676e678d60a97866f41 /drivers/usb/cdns3/cdns3-pci-wrap.c | |
parent | 25ba820ef36bdbaf9884adeac69b6e1821a7df76 (diff) |
nios2: fix syscall restart checks
sys_foo() returns -512 (aka -ERESTARTSYS) => do_signal() sees
512 in r2 and 1 in r1.
sys_foo() returns 512 => do_signal() sees 512 in r2 and 0 in r1.
The former is restart-worthy; the latter obviously isn't.
Fixes: b53e906d255d ("nios2: Signal handling support")
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-pci-wrap.c')
0 files changed, 0 insertions, 0 deletions