]> git.baikalelectronics.ru Git - kernel.git/commit
media: iommu/mediatek: Return ENODEV if the device is NULL
authorYong Wu <yong.wu@mediatek.com>
Mon, 17 Jan 2022 07:05:00 +0000 (08:05 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 28 Jan 2022 14:30:21 +0000 (15:30 +0100)
commitab4c5ed0e20ac5dd1cb529b365dab27fcfcd4c33
tree8e573ffbf72348f4f3137fbcc9ba7cca7bfd956d
parent20e6e34b4846486a6a47f218f81947f8b1073329
media: iommu/mediatek: Return ENODEV if the device is NULL

The platform device is created at:
of_platform_default_populate_init:  arch_initcall_sync
  ->of_platform_populate
        ->of_platform_device_create_pdata

When entering our probe, all the devices should be already created.
if it is null, means NODEV. Currently we don't get the fail case.
It's a minor fix, no need add fixes tags.

Signed-off-by: Yong Wu <yong.wu@mediatek.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/iommu/mtk_iommu.c
drivers/iommu/mtk_iommu_v1.c