Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309487
b: refs/heads/master
c: a0c6ffb
h: refs/heads/master
i:
  309485: 8dd4866
  309483: 5f45627
  309479: d75326b
  309471: 13112f5
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and David S. Miller committed May 29, 2012
1 parent d07b487 commit ac08bac
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c51ce49735c183ef2592db70f918ee698716276b
refs/heads/master: a0c6ffbcfe600606b2d913dded4dc6b37b3bbbfd
3 changes: 1 addition & 2 deletions trunk/net/rds/ib.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ struct rds_ib_device {
struct work_struct free_work;
};

#define pcidev_to_node(pcidev) pcibus_to_node(pcidev->bus)
#define ibdev_to_node(ibdev) pcidev_to_node(to_pci_dev(ibdev->dma_device))
#define ibdev_to_node(ibdev) dev_to_node(ibdev->dma_device)
#define rdsibdev_to_node(rdsibdev) ibdev_to_node(rdsibdev->dev)

/* bits for i_ack_flags */
Expand Down

0 comments on commit ac08bac

Please sign in to comment.