]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: imx: Fix return in imx_mu_scu_xlate()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 7 Apr 2020 09:27:53 +0000 (12:27 +0300)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 30 May 2020 21:07:51 +0000 (16:07 -0500)
commitabcb67b4c72f299c2beaac6827fa9828d2f3c8b5
treef244dda1b86a43b201b5eebb324f8ddfcde3b2b2
parentf3f28213686a7d852c783496ad21ff8ed2c349e0
mailbox: imx: Fix return in imx_mu_scu_xlate()

This called from mbox_request_channel().  The caller is  expecting error
pointers and not NULL so this "return NULL;" will lead to an Oops.

Fixes: 60f0667a80bd ("mailbox: imx: add SCU MU support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/imx-mailbox.c