commit | 2bba19fff8d09bf19df5d5e2de7188d65de67c3e | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Thu Nov 17 04:16:05 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 18 14:55:00 2011 -0500 |
tree | 5b5a33cce321222efde828d282fd40f0b79a215a | |
parent | 234a8fd49d086f5a3debb379bfdf4e6b51f0c0e2 [diff] |
team: avoid using variable-length array Apparently using variable-length array is not correct (https://lkml.org/lkml/2011/10/23/25). So remove it. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>