projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494659d
)
MLK-16946-1: hdp: Reduce timeout counter for hdp functions
author
Sandor Yu
<Sandor.yu@nxp.com>
Thu, 23 Nov 2017 04:26:32 +0000
(12:26 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000
(
02:51
+0300)
Reduce hdp function r/w timeout counter.
Signed-off-by: Sandor Yu <Sandor.yu@nxp.com>
drivers/mxc/hdp/util.h
patch
|
blob
|
history
diff --git
a/drivers/mxc/hdp/util.h
b/drivers/mxc/hdp/util.h
index
b9c6d6e
..
8ea7cc3
100644
(file)
--- a/
drivers/mxc/hdp/util.h
+++ b/
drivers/mxc/hdp/util.h
@@
-168,7
+168,7
@@
typedef struct {
* \brief expands to blocking function body
* \param x - function call
*/
-#define MAILBOX_FILL_TIMEOUT 1500
0
+#define MAILBOX_FILL_TIMEOUT 1500
#define internal_block_function(x) \
do { \
unsigned long end_jiffies = jiffies + \