]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drivers:hv: Make a function to free mmio regions through vmbus
authorJake Oshins <jakeo@microsoft.com>
Tue, 5 Apr 2016 17:22:51 +0000 (10:22 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Fri, 16 Sep 2016 17:08:45 +0000 (11:08 -0600)
commit68da76176c595d06343261bf74428ebe398cd1fd
treef6c34e6aa9725638428ae32ec96eb4335b4082a7
parent027da5419bbc1133572ca46773f13ef07ca65373
drivers:hv: Make a function to free mmio regions through vmbus

BugLink: http://bugs.launchpad.net/bugs/1616677
This patch introduces a function that reverses everything
done by vmbus_allocate_mmio().  Existing code just called
release_mem_region().  Future patches in this series
require a more complex sequence of actions, so this function
is introduced to wrap those actions.

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>
(back ported from commit 97fb77dc87582300fa3c141b63699f853576cab1)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
 Conflicts:
drivers/hv/vmbus_drv.c
Acked-by: Brad Figg <brad.figg@canonical.com>
Acked-by: Kamal Mostafa <kamal@canonical.com>
drivers/hv/vmbus_drv.c