From: Dan Carpenter
Date: Wed, 12 Jul 2017 10:42:06 +0300
> We accidentally free a NULL pointer and leak the pointer we want to
> free. Also you can tell from the label name what was intended. :)
>
> Fixes: abfcdc1de9bf ("nfp: add a stats handler for flower offloads")
> Signed-off-by: Dan Carp
On Wed, 12 Jul 2017 10:42:06 +0300, Dan Carpenter wrote:
> We accidentally free a NULL pointer and leak the pointer we want to
> free. Also you can tell from the label name what was intended. :)
>
> Fixes: abfcdc1de9bf ("nfp: add a stats handler for flower offloads")
> Signed-off-by: Dan Carpent
We accidentally free a NULL pointer and leak the pointer we want to
free. Also you can tell from the label name what was intended. :)
Fixes: abfcdc1de9bf ("nfp: add a stats handler for flower offloads")
Signed-off-by: Dan Carpenter
diff --git a/drivers/net/ethernet/netronome/nfp/flower/metadat