git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856c52a
)
IPoIB/cm: Fix warning if IPV6 is not enabled
author
Roland Dreier
<rolandd@cisco.com>
Tue, 10 Jul 2007 18:18:34 +0000
(11:18 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Tue, 10 Jul 2007 18:18:34 +0000
(11:18 -0700)
Fix
drivers/infiniband/ulp/ipoib/ipoib_cm.c:1151: warning: unused variable 'dev'
by getting rid of the variable dev, which is only used if CONFIG_IPV6
is enabled, and replacing the one use of it with the value it is
assigned, namely priv->dev.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found