From: Heinrich Schuchardt
Date: Tue, 17 May 2016 21:40:38 +0200
> In function bgx_lmac_handler only use a member of
> lmac after checking it is not null.
>
> Signed-off-by: Heinrich Schuchardt
Applied.
On 05/17/2016 10:21 PM, David Daney wrote:
> On 05/17/2016 12:40 PM, Heinrich Schuchardt wrote:
>> In function bgx_lmac_handler only use a member of
>> lmac after checking it is not null.
>>
>
> Were you seeing and actual OOPs, or is this only a theoretical problem
> flagged by some sort of stat
On 05/17/2016 12:40 PM, Heinrich Schuchardt wrote:
In function bgx_lmac_handler only use a member of
lmac after checking it is not null.
Were you seeing and actual OOPs, or is this only a theoretical problem
flagged by some sort of static code checker?
Signed-off-by: Heinrich Schuchardt
In function bgx_lmac_handler only use a member of
lmac after checking it is not null.
Signed-off-by: Heinrich Schuchardt
---
drivers/net/ethernet/cavium/thunder/thunder_bgx.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/cavium/thunder/thunder_bgx.c