commit | 63884c90ffa3f73a81b81f169c51c34d2b9cf75e | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@purestorage.com> | Mon Jul 01 14:15:17 2013 -0700 |
committer | Roland Dreier <roland@purestorage.com> | Mon Jul 08 10:32:32 2013 -0700 |
tree | 2d722bbd6546595073ad0b4cb3fb4ab0b6b40f22 | |
parent | e126ba97dba9edeb6fafa3665b5f8497fc9cdf8c [diff] |
mlx5: Fix parameter type of health_handler_t This deals with the sparse warning: drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: warning: incorrect type in argument 2 (different address spaces) drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: expected void *buf drivers/net/ethernet/mellanox/mlx5/core/health.c:94:54: got struct health_buffer [noderef] <asn:2>*health Signed-off-by: Roland Dreier <roland@purestorage.com>