drm/i915/gvt: print correct value for untracked mmio
authorPei Zhang <pei.zhang@intel.com>
Wed, 4 Jan 2017 14:32:23 +0000 (22:32 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 9 Jan 2017 03:05:56 +0000 (11:05 +0800)
commit901a14b721feef1b37cfe6362ee103e135133677
treec6c5a1c269eb9d885a0cb21d25a1dcda9c2ccfab
parent905a5035ebe79e89712cda0bed1887c73aa8e9bb
drm/i915/gvt: print correct value for untracked mmio

In function intel_vgpu_emulate_mmio_read, the untracked mmio register is
dumped through kernel log, but the register value is not correct. This
patch fixes this issue.

V2: fix the fromat warning from checkpatch.pl.

Signed-off-by: Pei Zhang <pei.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/mmio.c