Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68034
b: refs/heads/master
c: cbf5d9e
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent fb62553 commit 7f8215c
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: a56bc69a182f501582557af7fad5bc882b1c856c
refs/heads/master: cbf5d9e6b9bcf03291cbb51db144b3e2773a8a2d
2 changes: 1 addition & 1 deletion trunk/drivers/pci/msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void read_msi_msg(unsigned int irq, struct msi_msg *msg)
pci_read_config_word(dev, msi_data_reg(pos, 1), &data);
} else {
msg->address_hi = 0;
pci_read_config_word(dev, msi_data_reg(pos, 1), &data);
pci_read_config_word(dev, msi_data_reg(pos, 0), &data);
}
msg->data = data;
break;
Expand Down

0 comments on commit 7f8215c

Please sign in to comment.