projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011a050
)
drivers: hv: vmbus_drv: Remove reference to hpyerv_fb
author
Prasanna Kumar T S M
<ptsm@linux.microsoft.com>
Sat, 27 Dec 2025 04:27:02 +0000
(20:27 -0800)
committer
Helge Deller
<deller@gmx.de>
Sat, 14 Feb 2026 10:07:12 +0000
(11:07 +0100)
Remove hyperv_fb reference as the driver is removed.
Signed-off-by: Prasanna Kumar T S M <ptsm@linux.microsoft.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/hv/vmbus_drv.c
patch
|
blob
|
history
diff --git
a/drivers/hv/vmbus_drv.c
b/drivers/hv/vmbus_drv.c
index
9c93719
..
6785ad6
100644
(file)
--- a/
drivers/hv/vmbus_drv.c
+++ b/
drivers/hv/vmbus_drv.c
@@
-2356,8
+2356,8
@@
static void __maybe_unused vmbus_reserve_fb(void)
}
/*
- * Release the PCI device so hyperv_drm
or hyperv_fb driver can
- *
grab it
later.
+ * Release the PCI device so hyperv_drm
driver can grab it
+ * later.
*/
pci_dev_put(pdev);
}