linux/drivers/media/platform/xilinx
Wang Ming 3f1e1f69ad media: platform: Use dev_err_probe instead of dev_err
It is possible that dma_request_chan will return EPROBE_DEFER,
which means that dma->xdev->dev is not ready yet. In this case,
dev_err(dma->xdev->dev), there will be no output. This patch
fixes the bug.

Signed-off-by: Wang Ming <machel@vivo.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-09-27 09:40:01 +02:00
..
Kconfig media: Kconfig: cleanup VIDEO_DEV dependencies 2022-03-18 05:58:35 +01:00
Makefile
xilinx-csi2rxss.c media: xilinx-csi2rxss: Convert to platform remove callback returning void 2023-04-11 16:59:20 +02:00
xilinx-dma.c media: platform: Use dev_err_probe instead of dev_err 2023-09-27 09:40:01 +02:00
xilinx-dma.h media: drivers: use video_device_pipeline() 2022-09-24 09:14:59 +02:00
xilinx-tpg.c media: xilinx-tpg: Convert to platform remove callback returning void 2023-04-11 16:59:20 +02:00
xilinx-vip.c media: xilinx: video: Add 1X12 greyscale format 2022-08-30 16:17:20 +02:00
xilinx-vip.h media: xilinx: Drop unexpected word 'with' in comments 2022-07-08 17:57:06 +01:00
xilinx-vipp.c media: v4l: async: Set v4l2_device and subdev in async notifier init 2023-08-10 07:58:32 +02:00
xilinx-vipp.h
xilinx-vtc.c media: Use of_property_present() for testing DT property presence 2023-04-11 18:54:01 +02:00
xilinx-vtc.h