mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
[S390] cio: fix rc generation after chsc call
In some situations a rc in __chsc_do_secm will be overwritten by another one. This shouldn't do harm since todays callers don't check for _specific_ errors but fix it for the sake of correctness. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
94cbc203be
commit
17e7d87d9f
@ -589,6 +589,7 @@ __chsc_do_secm(struct channel_subsystem *css, int enable, void *page)
|
|||||||
case 0x0102:
|
case 0x0102:
|
||||||
case 0x0103:
|
case 0x0103:
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
ret = chsc_error_from_response(secm_area->response.code);
|
ret = chsc_error_from_response(secm_area->response.code);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user