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
Родитель 2e353685bf
Коммит dce745af21
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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