Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47279
b: refs/heads/master
c: 56a47da
h: refs/heads/master
i:
  47277: 11e5b82
  47275: 7dc8210
  47271: 9cfa89a
  47263: 71e05ed
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ralf Baechle committed Feb 9, 2007
1 parent e2f1320 commit 168c045
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: b454cc6636d254fbf6049b73e9560aee76fb04a3
refs/heads/master: 56a47da1b940b6d3812de67fd94af9bfda6ee93a
4 changes: 2 additions & 2 deletions trunk/drivers/tc/tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static int __init tc_init(void)
tc_bus.resource[0].start = tc_bus.slot_base;
tc_bus.resource[0].end = tc_bus.slot_base +
(tc_bus.info.slot_size << 20) *
tc_bus.num_tcslots;
tc_bus.num_tcslots - 1;
tc_bus.resource[0].name = tc_bus.name;
tc_bus.resource[0].flags = IORESOURCE_MEM;
if (request_resource(&iomem_resource,
Expand All @@ -172,7 +172,7 @@ static int __init tc_init(void)
tc_bus.resource[1].start = tc_bus.ext_slot_base;
tc_bus.resource[1].end = tc_bus.ext_slot_base +
tc_bus.ext_slot_size *
tc_bus.num_tcslots;
tc_bus.num_tcslots - 1;
tc_bus.resource[1].name = tc_bus.name;
tc_bus.resource[1].flags = IORESOURCE_MEM;
if (request_resource(&iomem_resource,
Expand Down

0 comments on commit 168c045

Please sign in to comment.