diff options
| author | Wang Ming <[email protected]> | 2023-07-26 19:51:58 +0800 |
|---|---|---|
| committer | Hans Verkuil <[email protected]> | 2023-09-27 09:40:01 +0200 |
| commit | 3f1e1f69ad6c13c9e9fadd0595f7e2ce33ba89a1 (patch) | |
| tree | d28f8b8fd9d4fc8cb4b281b495dc58b1fd1ecacb /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 026c341795e593df640b901f8d36f90a2461a180 (diff) | |
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 <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions