Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84203
b: refs/heads/master
c: cccb45d
h: refs/heads/master
i:
  84201: cc32acf
  84199: abba7d4
v: v3
  • Loading branch information
Andrew Victor authored and David Woodhouse committed Nov 28, 2007
1 parent f658082 commit 339ea99
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c2056e1e1ddcca8d43e89543e1795e4457f5d1e9
refs/heads/master: cccb45d4b34728d33638085435f8fdc0a83e0c00
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/mtd_dataflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static int dataflash_write(struct mtd_info *mtd, loff_t to, size_t len,
status = dataflash_waitready(priv->spi);

/* Check result of the compare operation */
if ((status & (1 << 6)) == 1) {
if (status & (1 << 6)) {
printk(KERN_ERR "%s: compare page %u, err %d\n",
spi->dev.bus_id, pageaddr, status);
remaining = 0;
Expand Down

0 comments on commit 339ea99

Please sign in to comment.