diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/xilinx_hwicap/xilinx_hwicap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.h b/drivers/char/xilinx_hwicap/xilinx_hwicap.h index 8cca11981c5f..d31ee23c9f13 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.h +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.h | |||
@@ -86,7 +86,7 @@ struct hwicap_driver_config { | |||
86 | }; | 86 | }; |
87 | 87 | ||
88 | /* Number of times to poll the done regsiter */ | 88 | /* Number of times to poll the done regsiter */ |
89 | #define XHI_MAX_RETRIES 10 | 89 | #define XHI_MAX_RETRIES 5000 |
90 | 90 | ||
91 | /************ Constant Definitions *************/ | 91 | /************ Constant Definitions *************/ |
92 | 92 | ||