projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a4063
)
[SPARC64]: Fix typo in sun4v_hvapi_register error handling.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 25 May 2007 07:33:49 +0000
(
00:33
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 29 May 2007 09:49:21 +0000
(
02:49
-0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/hvapi.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/hvapi.c
b/arch/sparc64/kernel/hvapi.c
index
f03ffc8
..
f54b3ed
100644
(file)
--- a/
arch/sparc64/kernel/hvapi.c
+++ b/
arch/sparc64/kernel/hvapi.c
@@
-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;