Loading drivers/spi/dw_spi.c +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static inline void mrst_spi_debugfs_remove(struct dw_spi *dws) static void wait_till_not_busy(struct dw_spi *dws) { unsigned long end = jiffies + usecs_to_jiffies(1000); unsigned long end = jiffies + 1 + usecs_to_jiffies(1000); while (time_before(jiffies, end)) { if (!(dw_readw(dws, sr) & SR_BUSY)) Loading Loading
drivers/spi/dw_spi.c +1 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,7 @@ static inline void mrst_spi_debugfs_remove(struct dw_spi *dws) static void wait_till_not_busy(struct dw_spi *dws) { unsigned long end = jiffies + usecs_to_jiffies(1000); unsigned long end = jiffies + 1 + usecs_to_jiffies(1000); while (time_before(jiffies, end)) { if (!(dw_readw(dws, sr) & SR_BUSY)) Loading