Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179593
b: refs/heads/master
c: 878194c
h: refs/heads/master
i:
  179591: 1f31805
v: v3
  • Loading branch information
Michal Simek committed Jan 18, 2010
1 parent 11a7265 commit 2228605
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: 296e2603cfdb9e80cb4c7c4535d904524d1eac13
refs/heads/master: 878194c8237e4fc5276685ec59cb3bfb9341988c
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/prom_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq)
if (ppdev == NULL) {
struct pci_controller *host;
host = pci_bus_to_host(pdev->bus);
ppnode = host ? host->arch_data : NULL;
ppnode = host ? host->dn : NULL;
/* No node for host bridge ? give up */
if (ppnode == NULL)
return -EINVAL;
Expand Down

0 comments on commit 2228605

Please sign in to comment.