commit | 745e19764a0cff55a55010cfabe7e9ff77fa72a5 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Tue Sep 30 10:48:31 2014 -0700 |
committer | Sebastian Reichel <sre@kernel.org> | Mon Nov 17 03:07:09 2014 +0100 |
tree | 3d99bcc3e01bb83a72b02e9885ab80c40f8eb9fc | |
parent | 43160718d95db9e2336cd787fa8fcad39660b883 [diff] |
power/reset: xgene: Use mdelay instead of jiffies based timeout jiffies are not running at this stage of system shutdown, meaning an error in the reset function would never be reported. Replace with mdelay(). Cc: Loc Ho <lho@apm.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>