projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81065e2
)
[ROSE]: Fix typo in rose_route_frame() locking fix.
author
David S. Miller
<davem@davemloft.net>
Tue, 23 Aug 2005 21:55:32 +0000
(14:55 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 23 Aug 2005 21:55:32 +0000
(14:55 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/rose_route.c
patch
|
blob
|
blame
|
history
diff --git
a/net/rose/rose_route.c
b/net/rose/rose_route.c
index 46b23217a35309ac60e2ae33d5d054faef5dd1ef..25da6f699fd03c7b748cca110d42eb68eb54da27 100644
(file)
--- a/
net/rose/rose_route.c
+++ b/
net/rose/rose_route.c
@@
-995,7
+995,7
@@
int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
* 2. It isn't "owned" by any existing route.
*/
if (frametype != ROSE_CALL_REQUEST) { /* XXX */
- re
t
= 0;
+ re
s
= 0;
goto out;
}