On Thu. 15 Apr 2021 at 18:04, Marc Kleine-Budde <[email protected]> wrote:
> On 15.04.2021 09:47:23, Colin King wrote:
> > From: Colin Ian King <[email protected]>
> >
> > There is an assignment to *netdev that is can potentially be null but the
^^
Typo: that is can -> that can
> > null check is checking netdev and not *netdev as intended. Fix this by
> > adding in the missing * operator.
> >
> > Addresses-Coverity: ("Dereference before null check")
> > Fixes: 8537257874e9 ("can: etas_es58x: add core support for ETAS ES58X CAN
> > USB interfaces")
> > Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Vincent Mailhol <[email protected]>
Thanks Colin!