On 10/2/2019 1:36 PM, Viacheslav Ovsiienko wrote: > The GCC compiler might generate warning or error if > format parameter of fscanf is not literal. This was > suppressed with GCC specific pragms. Some compilers > (i.e Intel icc) do not recognize GCC diagnostic > pragma, so the code was refactored with stringification, > pragmas are not needed anymore. > > Fixes: a46a42b5cd03 ("net/mlx5: add VF LAG mode bonding device recognition") > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@mellanox.com>
Squashed into relevant commit in next-net, thanks.