greybus: fix up coding style issue I caused with the last patch...

This commit is contained in:
Greg Kroah-Hartman 2014-09-23 20:58:58 -07:00
parent 2e353685bf
commit dce745af21

View File

@ -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