#ifndef CPUSCHED_H #define CPUSCHED_H extern void init_cpusched(unsigned int cpus); extern unsigned int socket_to_cpu(int fd); extern unsigned int register_socket(int fd); extern void unregister_socket(int fd); extern void destroy_cpusched(void); #endif /* CPUSCHED_H */ href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers/staging?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/staging
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2016-07-27 16:37:21 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2016-07-28 10:04:06 -0700
commit178457e171bf1ae7a90a6b0aa6a404fec129e8c4 (patch)
tree5210eed291e91b6b7ad1017d1fcacd8fee0c4e04 /drivers/staging
parentfcba5d04c87c5c0174f159d26b295a46bfb6da58 (diff)
greybus: es2: fix arpc error message
Add missing le16_to_cpu() to an ARPC error message in the receive path, and also use %u to print the unsigned id. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/greybus/es2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c