Skip to content
Commit 9f0a0a38 authored by Houlong Wei's avatar Houlong Wei Committed by Jassi Brar
Browse files

mailbox: mediatek: Add check for possible failure of kzalloc

The patch 623a6143("mailbox: mediatek: Add Mediatek CMDQ driver")
introduce the following static checker warning:
  drivers/mailbox/mtk-cmdq-mailbox.c:366 cmdq_mbox_send_data()
  error: potential null dereference 'task'.  (kzalloc returns null)

Fixes: 623a6143

 ("mailbox: mediatek: Add Mediatek CMDQ driver")
Reported-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarHoulong Wei <houlong.wei@mediatek.com>
Reviewed-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 462f668e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment