projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e35368
)
greybus: fix up coding style issue I caused with the last patch...
author
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 24 Sep 2014 03:58:58 +0000
(20:58 -0700)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 24 Sep 2014 03:58:58 +0000
(20:58 -0700)
drivers/staging/greybus/gbuf.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/gbuf.c
b/drivers/staging/greybus/gbuf.c
index b51bd2ad66ec7ee5f98eff8f5aa82b31643142b0..46896e829af005281adf6ad320c99eef604babc1 100644
(file)
--- 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