android_kernel_xiaomi_sm8350/drivers/infiniband
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
..
core IB/core: Take sizeof the correct pointer when calling kmalloc() 2007-07-10 11:04:40 -07:00
hw IB/ehca: Improve latency by unlocking after triggering the hardware 2007-07-09 20:12:27 -07:00
ulp IPoIB/cm: Fix warning if IPV6 is not enabled 2007-07-10 11:18:34 -07:00
Kconfig IB: Use menuconfig for InfiniBand menu 2007-07-09 20:12:26 -07:00
Makefile IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters 2007-05-08 18:00:38 -07:00