On 03/07/2018 11:25 AM, David Miller wrote:
From: "Gustavo A. R. Silva"
Date: Mon, 5 Mar 2018 23:39:34 -0600
In preparation to enabling -Wvla, remove VLA and replace it
with dynamic memory allocation.
Signed-off-by: Gustavo A. R. Silva
All of these lengths are limited by the encoding of
From: "Gustavo A. R. Silva"
Date: Mon, 5 Mar 2018 23:39:34 -0600
> In preparation to enabling -Wvla, remove VLA and replace it
> with dynamic memory allocation.
>
> Signed-off-by: Gustavo A. R. Silva
All of these lengths are limited by the encoding of the field in the
VPD, which is a u8, and t
In preparation to enabling -Wvla, remove VLA and replace it
with dynamic memory allocation.
Signed-off-by: Gustavo A. R. Silva
---
drivers/net/ethernet/chelsio/cxgb3/t3_hw.c | 25 +
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/drivers/net/ethernet/chelsi