]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
video: fix a type warning in hyperv_fb.c
authorHaiyang Zhang <haiyangz@microsoft.com>
Tue, 26 Mar 2013 23:24:07 +0000 (10:24 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:04:08 +0000 (17:04 +1100)
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/hyperv_fb.c

index ceb33b0bbb9811e616ce5dafeba805a1faf9c085..d4d2c5fe24882c045c55ac19e310e5f4638c08e0 100644 (file)
@@ -624,7 +624,7 @@ static int hvfb_getmem(struct fb_info *info)
 {
        struct pci_dev *pdev;
        ulong fb_phys;
-       void *fb_virt;
+       void __iomem *fb_virt;
 
        pdev = pci_get_device(PCI_VENDOR_ID_MICROSOFT,
                              PCI_DEVICE_ID_HYPERV_VIDEO, NULL);