IPoIB/cm: Fix warning if IPV6 is not enabled
authorRoland Dreier <rolandd@cisco.com>
Tue, 10 Jul 2007 18:18:34 +0000 (11:18 -0700)
committerRoland 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