Home
last modified time | relevance | path

Searched hist:b5c1a23b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/can/mscan/
H A Dmpc5xxx_can.cb5c1a23b Mon Jul 09 14:16:40 CDT 2018 Nicholas Mc Guire <hofrat@osadl.org> can: mpc5xxx_can: check of_iomap return before use

of_iomap() can return NULL so that return needs to be checked and NULL
treated as failure. While at it also take care of the missing
of_node_put() in the error path.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Fixes: commit afa17a500a36 ("net/can: add driver for mscan family & mpc52xx_mscan")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
b5c1a23b Mon Jul 09 14:16:40 CDT 2018 Nicholas Mc Guire <hofrat@osadl.org> can: mpc5xxx_can: check of_iomap return before use

of_iomap() can return NULL so that return needs to be checked and NULL
treated as failure. While at it also take care of the missing
of_node_put() in the error path.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Fixes: commit afa17a500a36 ("net/can: add driver for mscan family & mpc52xx_mscan")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>