]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers:hv: Use new vmbus_mmio_free() from client drivers.
authorJake Oshins <jakeo@microsoft.com>
Tue, 5 Apr 2016 17:22:52 +0000 (10:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 21:01:37 +0000 (14:01 -0700)
commit696ca5e82c057a272381ae6064d59eb97a578397
tree0a7fea32c076d60a930f9ea871e286ca92d222aa
parent97fb77dc87582300fa3c141b63699f853576cab1
drivers:hv: Use new vmbus_mmio_free() from client drivers.

This patch modifies all the callers of vmbus_mmio_allocate()
to call vmbus_mmio_free() instead of release_mem_region().

Signed-off-by: Jake Oshins <jakeo@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/host/pci-hyperv.c
drivers/video/fbdev/hyperv_fb.c