mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
[SPARC64]: Fix typo in sun4v_hvapi_register error handling.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
89a4063e95
commit
36b48973b8
@ -107,7 +107,7 @@ int sun4v_hvapi_register(unsigned long group, unsigned long major,
|
||||
p->minor = actual_minor;
|
||||
ret = 0;
|
||||
} else if (hv_ret == HV_EBADTRAP ||
|
||||
HV_ENOTSUPPORTED) {
|
||||
hv_ret == HV_ENOTSUPPORTED) {
|
||||
if (p->flags & FLAG_PRE_API) {
|
||||
if (major == 1) {
|
||||
p->major = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user