From: Greg Kroah-Hartman Date: Wed, 24 Sep 2014 03:58:58 +0000 (-0700) Subject: greybus: fix up coding style issue I caused with the last patch... X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~2086 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dce745af21884c9e27665a333d3b4fc9fcf643e7;p=karo-tx-linux.git greybus: fix up coding style issue I caused with the last patch... --- diff --git a/drivers/staging/greybus/gbuf.c b/drivers/staging/greybus/gbuf.c index b51bd2ad66ec..46896e829af0 100644 --- a/drivers/staging/greybus/gbuf.c +++ b/drivers/staging/greybus/gbuf.c @@ -139,8 +139,8 @@ static void cport_process_event(struct work_struct *work) struct gbuf *gbuf = container_of(work, struct gbuf, event); /* Call the completion handler, then drop our reference */ - gbuf->complete(gbuf); - greybus_put_gbuf(gbuf); + gbuf->complete(gbuf); + greybus_put_gbuf(gbuf); } #define MAX_CPORTS 1024