diff options
author | Sasha Levin <sasha.levin@oracle.com> | 2015-02-24 14:14:35 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-24 15:39:09 -0500 |
commit | 4e10fd5b4a7f4100007147558c304da3e73b25cf (patch) | |
tree | 56594dc614d5dac3533583fc9c230d23ccc37d1d /net/switchdev | |
parent | 77751427a1ff25b27d47a4c36b12c3c8667855ac (diff) | |
download | op-kernel-dev-4e10fd5b4a7f4100007147558c304da3e73b25cf.zip op-kernel-dev-4e10fd5b4a7f4100007147558c304da3e73b25cf.tar.gz |
rtnetlink: avoid 0 sized arrays
Arrays (when not in a struct) "shall have a value greater than zero".
GCC complains when it's not the case here.
Fixes: ba7d49b1f0 ("rtnetlink: provide api for getting and setting slave info")
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev')
0 files changed, 0 insertions, 0 deletions