Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45121
b: refs/heads/master
c: 17c65d6
h: refs/heads/master
i:
  45119: 4568485
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Dec 30, 2006
1 parent de6b151 commit 1e1857a
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: 4b1badf5d9ddfc46ad075ca5bfc465972c85cc7c
refs/heads/master: 17c65d69906a6e2e6df4822b00a9e5e00e35ea9a
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/devices/m25p80.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static int __devinit m25p_probe(struct spi_device *spi)
* or JEDEC get-id commands. Try them ...
*/
DEBUG(MTD_DEBUG_LEVEL1, "%s: no chip id\n",
flash->spi->dev.bus_id);
spi->dev.bus_id);
return -ENODEV;
}

Expand All @@ -447,7 +447,7 @@ static int __devinit m25p_probe(struct spi_device *spi)
}
if (i == ARRAY_SIZE(m25p_data)) {
DEBUG(MTD_DEBUG_LEVEL1, "%s: unrecognized id %s\n",
flash->spi->dev.bus_id, data->type);
spi->dev.bus_id, data->type);
return -ENODEV;
}

Expand Down

0 comments on commit 1e1857a

Please sign in to comment.