Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195877
b: refs/heads/master
c: 932f5d2
h: refs/heads/master
i:
  195875: 9dc574b
v: v3
  • Loading branch information
Aaro Koskinen authored and David Woodhouse committed Feb 26, 2010
1 parent 3a37f6b commit d4a7ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7d70f334ad2bf1b3aaa1f0699c0f442e14bcc9e0
refs/heads/master: 932f5d21ccd2705f1fb22e8a9e0da42013dcee17
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/onenand/omap2.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static int omap3_onenand_read_bufferram(struct mtd_info *mtd, int area,
goto out_copy;

/* panic_write() may be in an interrupt context */
if (in_interrupt())
if (in_interrupt() || oops_in_progress)
goto out_copy;

if (buf >= high_memory) {
Expand Down Expand Up @@ -385,7 +385,7 @@ static int omap3_onenand_write_bufferram(struct mtd_info *mtd, int area,
goto out_copy;

/* panic_write() may be in an interrupt context */
if (in_interrupt())
if (in_interrupt() || oops_in_progress)
goto out_copy;

if (buf >= high_memory) {
Expand Down

0 comments on commit d4a7ff2

Please sign in to comment.