Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27790
b: refs/heads/master
c: df54b52
h: refs/heads/master
v: v3
  • Loading branch information
Josh Boyer authored and David Woodhouse committed May 17, 2006
1 parent f822252 commit 88f0a28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba9627b85fcb5ed67285ca0711f0f4d1e965746e
refs/heads/master: df54b52c411befdcf1d0989f939a49163570ad29
5 changes: 5 additions & 0 deletions trunk/drivers/mtd/chips/cfi_cmdset_0001.c
Original file line number Diff line number Diff line change
Expand Up @@ -1691,6 +1691,11 @@ static int cfi_intelext_writev (struct mtd_info *mtd, const struct kvec *vecs,
if (chipnum == cfi->numchips)
return 0;
}

/* Be nice and reschedule with the chip in a usable state for other
processes. */
cond_resched();

} while (len);

return 0;
Expand Down

0 comments on commit 88f0a28

Please sign in to comment.