Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287528
b: refs/heads/master
c: 2e6b411
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Rydberg authored and John W. Linville committed Feb 6, 2012
1 parent 68780af commit 4b90824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 55a2bb4a6d5e8c7b324d003e130fd9aaf33be4e6
refs/heads/master: 2e6b411971de727a5bcea4323331fdaa70a81b11
4 changes: 1 addition & 3 deletions trunk/drivers/bcma/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,8 @@ int bcma_bus_register(struct bcma_bus *bus)
err = bcma_sprom_get(bus);
if (err == -ENOENT) {
pr_err("No SPROM available\n");
} else if (err) {
} else if (err)
pr_err("Failed to get SPROM: %d\n", err);
return -ENOENT;
}

/* Register found cores */
bcma_register_cores(bus);
Expand Down

0 comments on commit 4b90824

Please sign in to comment.