Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21555
b: refs/heads/master
c: b5e7ae5
h: refs/heads/master
i:
  21553: c5a94a4
  21551: f8d5302
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent acbb28e commit ce90183
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7a1ac5264108fc3ed22d17a3cdd76212ed1666d1
refs/heads/master: b5e7ae5dd034c2c0ed75c31fca04a805097817bc
4 changes: 3 additions & 1 deletion trunk/drivers/sbus/char/bbc_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ static int __init bbc_i2c_init(void)
struct linux_ebus_device *edev = NULL;
int err, index = 0;

if (tlb_type != cheetah || !bbc_present())
if ((tlb_type != cheetah && tlb_type != cheetah_plus) ||
!bbc_present())
return -ENODEV;

for_each_ebus(ebus) {
Expand Down Expand Up @@ -486,3 +487,4 @@ static void bbc_i2c_cleanup(void)

module_init(bbc_i2c_init);
module_exit(bbc_i2c_cleanup);
MODULE_LICENSE("GPL");

0 comments on commit ce90183

Please sign in to comment.