summaryrefslogtreecommitdiff
path: root/pkt_buff.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkt_buff.h')
0 files changed, 0 insertions, 0 deletions
>4ae2d962637e4a002d1f0884dceec800c79b3ea4 (patch) treea193375566df24554a44c4964a1dc1c5d89a7a35 /drivers parentc468999e6acd3e8330db7d18dca320f8b21bf074 (diff)
greybus: es2: always set result value
Make sure to always set the result value for ARPC instead of forcing every caller to do it in order to avoid compiler warnings. The ARPC result should still be ignored unless arpc_sync returns -EREMOTEIO. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/es2.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/staging/greybus/es2.c b/drivers/staging/greybus/es2.c