Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111762
b: refs/heads/master
c: 978e9ae
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and David S. Miller committed Sep 23, 2008
1 parent 074426a commit f3f5614
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: ce425a9f2c0182e9a9e49c7dc18699f2db4c3f48
refs/heads/master: 978e9aec262d66d13ccceece93b867bfc0fcd2f1
2 changes: 1 addition & 1 deletion trunk/drivers/net/irda/vlsi_ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static void vlsi_proc_pdev(struct seq_file *seq, struct pci_dev *pdev)
unsigned iobase = pci_resource_start(pdev, 0);
unsigned i;

seq_printf(seq, "\n%s (vid/did: %04x/%04x)\n",
seq_printf(seq, "\n%s (vid/did: [%04x:%04x])\n",
pci_name(pdev), (int)pdev->vendor, (int)pdev->device);
seq_printf(seq, "pci-power-state: %u\n", (unsigned) pdev->current_state);
seq_printf(seq, "resources: irq=%u / io=0x%04x / dma_mask=0x%016Lx\n",
Expand Down

0 comments on commit f3f5614

Please sign in to comment.