]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: remove unnecessary error msg from gtt write
authorZhao, Xinda <xinda.zhao@intel.com>
Tue, 21 Feb 2017 07:54:56 +0000 (15:54 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 23 Feb 2017 09:33:20 +0000 (17:33 +0800)
commitb8077a941d12ecca976ec17e2f41b414aa84a884
treefb2a542b0bb91df1018d5613f55e913afc99ec50
parentc2c83c9a36bc89d2fa1e1117724b949c538aab48
drm/i915/gvt: remove unnecessary error msg from gtt write

The guest VM may initialize the whole GTT table during boot up,
so the warning msg in emulate_gtt_mmio_write is not necessary, it is
the expected behavior and it may confuse the user if error msg is
printed out, so remove the msg from emulate_gtt_mmio_write(),

Signed-off-by: Zhao, Xinda <xinda.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/gtt.c