mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
greybus: fix up coding style issue I caused with the last patch...
This commit is contained in:
parent
2e353685bf
commit
dce745af21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user