Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360369
b: refs/heads/master
c: 0fca6ab
h: refs/heads/master
i:
  360367: de2204e
v: v3
  • Loading branch information
Hauke Mehrtens authored and Artem Bityutskiy committed Feb 4, 2013
1 parent 03b3067 commit 74dd018
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: 2d13dc3bce8bff81668f793802de38ca12b775b8
refs/heads/master: 0fca6ab4e1761783acd393cbc55878f0522e1c4b
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/bcm47xxnflash/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ static int __init bcm47xxnflash_init(void)
*/
err = platform_driver_probe(&bcm47xxnflash_driver, bcm47xxnflash_probe);
if (err)
pr_err("Failed to register serial flash driver: %d\n", err);
pr_err("Failed to register bcm47xx nand flash driver: %d\n",
err);

return err;
}
Expand Down

0 comments on commit 74dd018

Please sign in to comment.