CHROMIUM: drm/ttm: Remove wrong warning

When a ttm buffer is created by one process, shared with another
through prime, the buffer carries the address_space of the creator,
but we are using the vma of the importer. Since this case is valid,
it means that this warning is invalid, so let's remove it.

BUG=chromium:708715
TEST=build and run VM for caroline

Change-Id: I5244a4aa0f9377d5b5f733056ace2cdbfbcf43f7
Reviewed-on: https://chromium-review.googlesource.com/472207
Commit-Ready: Ilja H. Friedel <ihf@chromium.org>
Tested-by: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
1 file changed