1
0
Files
linux/drivers
Roland Dreier 20089ca557 IPoIB/cm: Fix warning if IPV6 is not enabled
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>
2007-07-10 11:18:34 -07:00
..
2007-07-02 21:06:48 -07:00
2007-06-28 11:34:53 -07:00
2007-06-20 19:12:42 -04:00
2007-07-02 10:12:34 -04:00
2007-06-28 11:34:54 -07:00