]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: fsmc_nand: modify the wait to uninterruptible
authorVipin Kumar <vipin.kumar@st.com>
Tue, 9 Oct 2012 10:44:48 +0000 (16:14 +0530)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 18 Oct 2012 09:22:55 +0000 (12:22 +0300)
commitcee53d08be660108ebbac2950b6921ae706056cb
tree28b9c8685bdd2807d425d727f3ec0a56c1616714
parent38f25337f0c3f9553afc85abe1827323f6362c0e
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>
drivers/mtd/nand/fsmc_nand.c