projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135ceda
)
infiniband: class_device fallout
author
Stephen Rothwell
<
[email protected]
>
Tue, 22 Apr 2008 00:24:24 +0000
(10:24 +1000)
committer
Linus Torvalds
<
[email protected]
>
Tue, 22 Apr 2008 00:27:40 +0000
(17:27 -0700)
Signed-off-by: Stephen Rothwell <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/infiniband/hw/ipath/ipath_verbs.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ipath/ipath_verbs.c
b/drivers/infiniband/hw/ipath/ipath_verbs.c
index c38f9aa8be8dc000c26124da1477759a5a20fa76..c43f2d286f8fc213131006312c137b5ee784dcdc 100644
(file)
--- a/
drivers/infiniband/hw/ipath/ipath_verbs.c
+++ b/
drivers/infiniband/hw/ipath/ipath_verbs.c
@@
-2067,7
+2067,7
@@
int ipath_register_ib_device(struct ipath_devdata *dd)
dev->phys_port_cnt = 1;
dev->num_comp_vectors = 1;
dev->dma_device = &dd->pcidev->dev;
- dev->
class_dev.dev
= dev->dma_device;
+ dev->
dev.parent
= dev->dma_device;
dev->query_device = ipath_query_device;
dev->modify_device = ipath_modify_device;
dev->query_port = ipath_query_port;