]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit79258e637019bef9aabb1da1e95352bb7cefe8aa
treeb1b1255f9b033d0c2dc2d59d1a9ad8578d74b1e9
parent5b10ca496cd14b881f68809458db52a125d97d9b
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