diff options
author | 2023-07-26 19:51:58 +0800 | |
---|---|---|
committer | 2023-09-27 09:40:01 +0200 | |
commit | 3f1e1f69ad6c13c9e9fadd0595f7e2ce33ba89a1 (patch) | |
tree | d28f8b8fd9d4fc8cb4b281b495dc58b1fd1ecacb /include/uapi/linux/v4l2-controls.h | |
parent | media: bt8xx: make read-only arrays static (diff) | |
download | wireguard-linux-3f1e1f69ad6c13c9e9fadd0595f7e2ce33ba89a1.tar.xz wireguard-linux-3f1e1f69ad6c13c9e9fadd0595f7e2ce33ba89a1.zip |
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>
Diffstat (limited to 'include/uapi/linux/v4l2-controls.h')
0 files changed, 0 insertions, 0 deletions