#ifndef IRQ_H #define IRQ_H extern int device_irq_number(const char *ifname); extern void device_restore_irq_affinity_list(void); extern int device_set_irq_affinity_list(int irq, unsigned long from, unsigned long to); extern int device_set_irq_affinity(int irq, unsigned long cpu); #endif /* IRQ_H */ 'https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/net/rxrpc/input.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/rxrpc/input.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-07 15:26:39 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-07 15:30:22 +0100
commit6543ac523558b2392271f3f8088e6455b3f00bb1 (patch)
tree22d32c4e2f0a2cf0ca8e181d91da2ac0193e20c4 /net/rxrpc/input.c
parent8b7fac50ab7f2668c43795c135025c472922a344 (diff)
rxrpc: Use rxrpc_is_service_call() rather than rxrpc_conn_is_service()
Use rxrpc_is_service_call() rather than rxrpc_conn_is_service() if the call is available just in case call->conn is NULL. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/input.c')
-rw-r--r--net/rxrpc/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c