OSDN Git Service

greybus: operation: Fix wrong order of arguments
authorViresh Kumar <viresh.kumar@linaro.org>
Sat, 15 Aug 2015 03:24:18 +0000 (08:54 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 18 Aug 2015 16:31:07 +0000 (09:31 -0700)
commit4be6ea54d46166dcd8f7673b87b578c611577c29
tree610ac2783816162fc5f99ab33a253d794bcab490
parent1ab2e8918de583f7f98289448af6d8784a4c4ced
greybus: operation: Fix wrong order of arguments

The order of arguments is wrong and that shows up as a warning only on
64 bit machines.

Fixes: cb0ef0c019ab ("operation: print message type on errors")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/operation.c