Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4511
b: refs/heads/master
c: 09c7933
h: refs/heads/master
i:
  4509: bab8eb2
  4507: 06de731
  4503: 86574e0
  4495: 58eee04
  4479: 3bdd296
v: v3
  • Loading branch information
Nicolas Pitre authored and Thomas Gleixner committed May 23, 2005
1 parent cddf315 commit 26bf128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a70025047f90de2133744a8918e90fcf5a93366
refs/heads/master: 09c7933547e383ab89ee1b08ec86899bef3035cf
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/chips/cfi_cmdset_0001.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* (C) 2000 Red Hat. GPL'd
*
* $Id: cfi_cmdset_0001.c,v 1.169 2005/03/15 19:07:18 gleixner Exp $
* $Id: cfi_cmdset_0001.c,v 1.170 2005/03/16 22:41:05 nico Exp $
*
*
* 10/10/2000 Nicolas Pitre <nico@cam.org>
Expand Down Expand Up @@ -1789,6 +1789,7 @@ static void cfi_intelext_sync (struct mtd_info *mtd)

if (chip->state == FL_SYNCING) {
chip->state = chip->oldstate;
chip->oldstate = FL_READY;
wake_up(&chip->wq);
}
spin_unlock(chip->mutex);
Expand Down

0 comments on commit 26bf128

Please sign in to comment.