Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33132
b: refs/heads/master
c: c8439cf
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Aug 3, 2006
1 parent 1078681 commit 7768cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e4fd1f4a6e05335d464fe003c164fea850a3b3f3
refs/heads/master: c8439cfccc4143b79f70d18015336d9fec0563e2
2 changes: 1 addition & 1 deletion trunk/drivers/pci/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pci_do_find_bus(struct pci_bus* bus, unsigned char busnr)
* in the global list of PCI buses. If the bus is found, a pointer to its
* data structure is returned. If no bus is found, %NULL is returned.
*/
struct pci_bus * __devinit pci_find_bus(int domain, int busnr)
struct pci_bus * pci_find_bus(int domain, int busnr)
{
struct pci_bus *bus = NULL;
struct pci_bus *tmp_bus;
Expand Down

0 comments on commit 7768cf5

Please sign in to comment.