On Tue, Jul 07, 2020 at 02:02:59PM +0300, Leon Romanovsky wrote: > From: Daria Velikovsky <daria@xxxxxxxxxxxx> > > When using action drop dest_type was never assigned to any value. > Add initialization of dest_type to -1 since 0 is valid. > > Fixes: f29de9eee782 ("RDMA/mlx5: Add support for drop action in DV steering") > Signed-off-by: Daria Velikovsky <daria@xxxxxxxxxxxx> > Reviewed-by: Maor Gottlieb <maorg@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > Based on > https://lore.kernel.org/lkml/20200702081809.423482-1-leon@xxxxxxxxxx > --- > drivers/infiniband/hw/mlx5/fs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-next, thanks Jason