[folded-merged] drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch removed from -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 removed from the -mm tree.  Its filename was
     drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver-fix.patch

This patch was dropped because it was folded into drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver.patch

------------------------------------------------------
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

origin.patch
drivers-video-add-hyper-v-synthetic-video-frame-buffer-driver.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