From: Felix Fietkau Date: Thu, 16 Apr 2015 20:09:36 +0000 (+0000) Subject: bcm53xx: make NAND flash timeouts non-interruptible to fix corruption issues X-Git-Tag: reboot~3273 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f6cbbe1332ed953ebc3497ac9e45612ca60c1305;p=openwrt%2Fstaging%2Fblogic.git bcm53xx: make NAND flash timeouts non-interruptible to fix corruption issues Signed-off-by: Felix Fietkau SVN-Revision: 45464 --- diff --git a/target/linux/bcm53xx/patches-3.18/420-mtd-bcm5301x_nand.patch b/target/linux/bcm53xx/patches-3.18/420-mtd-bcm5301x_nand.patch index d690dd730b6c..199f1e5500ad 100644 --- a/target/linux/bcm53xx/patches-3.18/420-mtd-bcm5301x_nand.patch +++ b/target/linux/bcm53xx/patches-3.18/420-mtd-bcm5301x_nand.patch @@ -662,7 +662,7 @@ + if (irq_off != NANDC_IRQ_CONTROLLER_RDY || + 0 == bcmnand_reg_aread(ctrl, NANDC_IDM_IO_CTRL_RDY)) { + -+ timeout_jiffies = wait_for_completion_interruptible_timeout( ++ timeout_jiffies = wait_for_completion_timeout( + &ctrl->op_completion, timeout_jiffies); + + if (timeout_jiffies < 0)