drm/i915/gtt: Suppress warnings for dma_map_page
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jul 2018 12:26:10 +0000 (13:26 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 6 Jul 2018 15:02:45 +0000 (16:02 +0100)
commit58174eac1593f104c03a15330e0fea1b1ec01434
tree967d797e1c6b18e108c3b2b35713b7933e888854
parentadd00e6d896fab882e6115ed4908b2456f1b3a85
drm/i915/gtt: Suppress warnings for dma_map_page

As we propagate back the error to the caller for them to handle, we do
not need the lowest level spitting out a redundant warning upon an
allocation failure inside dma_map_page().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180706122611.4142-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem_gtt.c