diff options
author | 2020-11-06 15:22:31 +0100 | |
---|---|---|
committer | 2020-11-18 09:01:30 +0100 | |
commit | 957a1ea3599210e9996777a734ea5284eaef75c7 (patch) | |
tree | eb5b176a4eca132d4982fa906657b4f6bbedf6b4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.10-rc1 (diff) | |
download | wireguard-linux-957a1ea3599210e9996777a734ea5284eaef75c7.tar.xz wireguard-linux-957a1ea3599210e9996777a734ea5284eaef75c7.zip |
drm/sun4i: backend: Fix probe failure with multiple backends
Commit e0d072782c73 ("dma-mapping: introduce DMA range map, supplanting
dma_pfn_offset") introduced a regression in our code since the second
backed to probe will now get -EINVAL back from dma_direct_set_offset and
will prevent the entire DRM device from probing.
Ignore -EINVAL as a temporary measure to get it back working, before
removing that call entirely.
Fixes: e0d072782c73 ("dma-mapping: introduce DMA range map, supplanting dma_pfn_offset")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions