+ drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: video: fix a type warning in hyperv_fb.c
has been added to the -mm tree.  Its filename is
     drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Subject: video: fix a type warning in hyperv_fb.c

Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx>
Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Reviewed-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/video/hyperv_fb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/hyperv_fb.c~drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix drivers/video/hyperv_fb.c
--- a/drivers/video/hyperv_fb.c~drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix
+++ a/drivers/video/hyperv_fb.c
@@ -624,7 +624,7 @@ static int hvfb_getmem(struct fb_info *i
 {
 	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);
_

Patches currently in -mm which might be from haiyangz@xxxxxxxxxxxxx are

linux-next.patch
drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver.patch
drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux