projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1732c
)
greybus: svc: fix timeout indentation
author
Johan Hovold
<johan@hovoldconsulting.com>
Fri, 26 Aug 2016 10:59:45 +0000
(12:59 +0200)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 26 Aug 2016 11:21:13 +0000
(13:21 +0200)
Make sure the timeout values are aligned.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/svc.c
b/drivers/staging/greybus/svc.c
index
6182e13
..
550055e
100644
(file)
--- a/
drivers/staging/greybus/svc.c
+++ b/
drivers/staging/greybus/svc.c
@@
-14,7
+14,7
@@
#define SVC_INTF_EJECT_TIMEOUT 9000
#define SVC_INTF_ACTIVATE_TIMEOUT 6000
-#define SVC_INTF_RESUME_TIMEOUT 3000
+#define SVC_INTF_RESUME_TIMEOUT
3000
struct gb_svc_deferred_request {
struct work_struct work;