linux/drivers/infiniband/hw
Roland Dreier 37608eea86 mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums
The struct mlx4_interface.event() method was supposed to get an enum
mlx4_dev_event, but the driver code was actually passing in the
hardware enum mlx4_event values.  Fix up the callers of
mlx4_dispatch_event() so that they pass in the right type of value,
and fix up the event method in mlx4_ib so that it can handle the enum
mlx4_dev_event values.

This eliminates the need for the subtype parameter to the event
method, so remove it.

This also fixes the sparse warning

    drivers/net/mlx4/intf.c:127:48: warning: mixing different enum types
    drivers/net/mlx4/intf.c:127:48:     int enum mlx4_event  versus
    drivers/net/mlx4/intf.c:127:48:     int enum mlx4_dev_event

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-04-16 21:01:08 -07:00
..
amso1100 RDMA/amso1100: Endian annotate mqsq allocator 2008-04-16 21:01:08 -07:00
cxgb3 RDMA/cxgb3: IDR IDs are signed 2008-04-16 21:01:06 -07:00
ehca IB/ehca: Add PMA support 2008-02-04 20:20:42 -08:00
ipath IB/ipath: Fix sparse warning about shadowed symbol 2008-04-16 21:01:07 -07:00
mlx4 mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enums 2008-04-16 21:01:08 -07:00
mthca IB/mthca: Formatting cleanups 2008-04-16 21:01:03 -07:00
nes RDMA/nes: Delete unused variables 2008-04-16 21:01:08 -07:00