On Tue, 2020-06-23 at 19:18 -0700, Saeed Mahameed wrote: > From: Hu Haowen <[email protected]> > > The macro ODP_CAP_SET_MAX is only used in function > handle_hca_cap_odp() > in file main.c, so it should be undefined when there are no more uses > of it. > > Signed-off-by: Hu Haowen <[email protected]> > Reviewed-by: Leon Romanovsky <[email protected]> > Signed-off-by: Saeed Mahameed <[email protected]> > ---
hmm, I just saw that there were some strong opinions against this patch, and actually i agree with them :), will drop it .. > drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/net/ethernet/mellanox/mlx5/core/main.c > b/drivers/net/ethernet/mellanox/mlx5/core/main.c > index 8b658908f0442..be038ed1658b8 100644 > --- a/drivers/net/ethernet/mellanox/mlx5/core/main.c > +++ b/drivers/net/ethernet/mellanox/mlx5/core/main.c > @@ -489,6 +489,8 @@ static int handle_hca_cap_odp(struct > mlx5_core_dev *dev, void *set_ctx) > ODP_CAP_SET_MAX(dev, dc_odp_caps.read); > ODP_CAP_SET_MAX(dev, dc_odp_caps.atomic); > > +#undef ODP_CAP_SET_MAX > + > if (!do_set) > return 0; >
