mainlining shenanigans
Go to file
Alex Elder 0e3d0e8fad greybus: minor tweak in gb_connection_recv_response()
Any time we queue work on the operation work queue we need to have
set the operation errno first.

This patch moves the assignment of that field to be immediately
prior to the queue_work() call in gb_connection_recv_response(),
so it is easier to see at a glance that this has been done.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2014-11-21 19:36:42 -08:00
drivers/staging/greybus greybus: minor tweak in gb_connection_recv_response() 2014-11-21 19:36:42 -08:00