mtd/r852: update card detect early.
This turns out to be the reason for DMA timeouts on resume, if card was inserted while system was suspended Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
9489be8ca2
commit
ac373f7e22
1 changed files with 1 additions and 1 deletions
|
@ -712,6 +712,7 @@ void r852_card_detect_work(struct work_struct *work)
|
|||
container_of(work, struct r852_device, card_detect_work.work);
|
||||
|
||||
r852_card_update_present(dev);
|
||||
r852_update_card_detect(dev);
|
||||
dev->card_unstable = 0;
|
||||
|
||||
/* False alarm */
|
||||
|
@ -727,7 +728,6 @@ void r852_card_detect_work(struct work_struct *work)
|
|||
else
|
||||
r852_unregister_nand_device(dev);
|
||||
exit:
|
||||
/* Update detection logic */
|
||||
r852_update_card_detect(dev);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue