commit | 928aa2aeb7269292ca1e3d0e5e2e5d08af13da3d | [log] [tgz] |
---|---|---|
author | Vipin Kumar <vipin.kumar@st.com> | Tue Oct 09 16:14:48 2012 +0530 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Thu Nov 15 15:37:47 2012 +0200 |
tree | 7ae91cd3713b39ea4361243bf1b83a37c67c78c9 | |
parent | 605add7db6e84ff78f7ca96541c0880f0166e387 [diff] |
mtd: fsmc_nand: modify the wait to uninterruptible Interruptible wait caused trouble in fsmc hardware state machine if the application was killed abruptly. To make fsmc operation safe turn wait in to un-interruptible. Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>