]> git.baikalelectronics.ru Git - kernel.git/commit
can: mpc5xxx_can: check of_iomap return before use
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 9 Jul 2018 19:16:40 +0000 (21:16 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 23 Jul 2018 12:34:45 +0000 (14:34 +0200)
commitc78954ea6d91e3118d23b80ead2ae5e9c3e7ba0d
tree7b7f740c93b5c8284eb2f464b2922a17496b8412
parentc4c4f46fc6d1d1437b773c8d6a6107c711993c89
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 69eac5f37619 ("net/can: add driver for mscan family & mpc52xx_mscan")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/mscan/mpc5xxx_can.c