projects
/
GitHub
/
LineageOS
/
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:
8f71bb8
)
cciss: increase time to wait for board reset to start
author
Stephen M. Cameron
<scameron@beardog.cce.hp.com>
Tue, 3 May 2011 19:53:31 +0000
(14:53 -0500)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 6 May 2011 14:23:51 +0000
(08:23 -0600)
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/cciss.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/cciss.h
b/drivers/block/cciss.h
index 9b494392e5d585600e22b5d36e7a94eab7be51f1..21ec628ef7004d1b7ee50e2126cb651c25ded045 100644
(file)
--- a/
drivers/block/cciss.h
+++ b/
drivers/block/cciss.h
@@
-200,7
+200,7
@@
struct ctlr_info
* the above.
*/
#define CCISS_BOARD_READY_WAIT_SECS (120)
-#define CCISS_BOARD_NOT_READY_WAIT_SECS (10)
+#define CCISS_BOARD_NOT_READY_WAIT_SECS (10
0
)
#define CCISS_BOARD_READY_POLL_INTERVAL_MSECS (100)
#define CCISS_BOARD_READY_ITERATIONS \
((CCISS_BOARD_READY_WAIT_SECS * 1000) / \