On Thu, 18 Oct 2018 13:41:54 +0200 Phil Sutter <p...@nwl.cc> wrote: > With 'name' field defined as array in struct filters, it will always > contain a value irrespective of whether a name was assigned or not. > > Fix this by turning the field into a const char pointer. > > Fixes: 8cd644095842a ("devlink: Add support for devlink resource abstraction") > Signed-off-by: Phil Sutter <p...@nwl.cc>
Applied, and fixed fixes