diff options
Diffstat (limited to 'net/tipc/subscr.c')
-rw-r--r-- | net/tipc/subscr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/subscr.c b/net/tipc/subscr.c index ca04479c3d42..98ee50b332ae 100644 --- a/net/tipc/subscr.c +++ b/net/tipc/subscr.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * net/tipc/subscr.c: TIPC network topology service | 2 | * net/tipc/subscr.c: TIPC network topology service |
3 | * | 3 | * |
4 | * Copyright (c) 2000-2006, Ericsson AB | 4 | * Copyright (c) 2000-2006, Ericsson AB |
5 | * Copyright (c) 2005-2007, Wind River Systems | 5 | * Copyright (c) 2005-2007, 2010-2011, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -160,7 +160,7 @@ void tipc_subscr_report_overlap(struct subscription *sub, | |||
160 | 160 | ||
161 | static void subscr_timeout(struct subscription *sub) | 161 | static void subscr_timeout(struct subscription *sub) |
162 | { | 162 | { |
163 | struct port *server_port; | 163 | struct tipc_port *server_port; |
164 | 164 | ||
165 | /* Validate server port reference (in case subscriber is terminating) */ | 165 | /* Validate server port reference (in case subscriber is terminating) */ |
166 | 166 | ||
@@ -508,7 +508,7 @@ static void subscr_named_msg_event(void *usr_handle, | |||
508 | 508 | ||
509 | /* Lock server port (& save lock address for future use) */ | 509 | /* Lock server port (& save lock address for future use) */ |
510 | 510 | ||
511 | subscriber->lock = tipc_port_lock(subscriber->port_ref)->publ.lock; | 511 | subscriber->lock = tipc_port_lock(subscriber->port_ref)->lock; |
512 | 512 | ||
513 | /* Add subscriber to topology server's subscriber list */ | 513 | /* Add subscriber to topology server's subscriber list */ |
514 | 514 | ||