Commit b94ef24c authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix MTD suspend/resume

From: Russell King <rmk@arm.linux.org.uk>

This patch carries forward the following bug fix from MTD CVS, which causes a
lot of noise after a suspend/resume cycle on ARM devices.

revision 1.127
date: 2003/07/02 20:29:38;  author: acurtis;  state: Exp;  lines: +2 -1
Added FL_STATUS to the FL_READY case in put_chip(). (Eliminate noise)
parent 99effef9
......@@ -431,6 +431,7 @@ static void put_chip(struct map_info *map, struct flchip *chip, unsigned long ad
break;
case FL_READY:
case FL_STATUS:
/* We should really make set_vpp() count, rather than doing this */
DISABLE_VPP(map);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment