drm/i915/gvt: Delete redundant error message in fb_decode.c
authorXiong Zhang <xiong.y.zhang@intel.com>
Tue, 27 Mar 2018 21:30:13 +0000 (05:30 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 30 Mar 2018 06:47:19 +0000 (14:47 +0800)
commita733390f9a79876635013e57da25f91b6e78ffe6
treeb1b1255f9b033d0c2dc2d59d1a9ad8578d74b1e9
parentf4c43db356198d8091442f593871b0beb5c139b2
drm/i915/gvt: Delete redundant error message in fb_decode.c

Much error message exist in host dmesg when guest boot up with local
display enabled.
[  167.680011] gvt: vgpu 1: invalid range gmadr 0x0 size 0x0
[  167.680013] gvt: vgpu 1: invalid gma address: 0

The second error line duplicate with the first error line, so this
patch remove this redundant error message and make the next error
message much clearer.

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/fb_decoder.c