Commit dce745af authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

parent 2e353685
...@@ -139,8 +139,8 @@ static void cport_process_event(struct work_struct *work) ...@@ -139,8 +139,8 @@ static void cport_process_event(struct work_struct *work)
struct gbuf *gbuf = container_of(work, struct gbuf, event); struct gbuf *gbuf = container_of(work, struct gbuf, event);
/* Call the completion handler, then drop our reference */ /* Call the completion handler, then drop our reference */
gbuf->complete(gbuf); gbuf->complete(gbuf);
greybus_put_gbuf(gbuf); greybus_put_gbuf(gbuf);
} }
#define MAX_CPORTS 1024 #define MAX_CPORTS 1024
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment