Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360368
b: refs/heads/master
c: 2d13dc3
h: refs/heads/master
v: v3
  • Loading branch information
Hauke Mehrtens authored and Artem Bityutskiy committed Feb 4, 2013
1 parent de2204e commit 03b3067
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: 60aca067b5308705a34dbb6548b459487f92da90
refs/heads/master: 2d13dc3bce8bff81668f793802de38ca12b775b8
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/devices/bcm47xxsflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ static int bcm47xxsflash_remove(struct platform_device *pdev)
}

static struct platform_driver bcma_sflash_driver = {
.probe = bcm47xxsflash_probe,
.remove = bcm47xxsflash_remove,
.driver = {
.name = "bcma_sflash",
Expand All @@ -100,7 +101,7 @@ static int __init bcm47xxsflash_init(void)
{
int err;

err = platform_driver_probe(&bcma_sflash_driver, bcm47xxsflash_probe);
err = platform_driver_register(&bcma_sflash_driver);
if (err)
pr_err("Failed to register BCMA serial flash driver: %d\n",
err);
Expand Down

0 comments on commit 03b3067

Please sign in to comment.