]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: es2: fix arpc error message
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 27 Jul 2016 14:37:21 +0000 (16:37 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 28 Jul 2016 17:04:06 +0000 (10:04 -0700)
commit178457e171bf1ae7a90a6b0aa6a404fec129e8c4
tree5210eed291e91b6b7ad1017d1fcacd8fee0c4e04
parentfcba5d04c87c5c0174f159d26b295a46bfb6da58
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>
drivers/staging/greybus/es2.c