commit | 696ca5e82c057a272381ae6064d59eb97a578397 | [log] [tgz] |
---|---|---|
author | Jake Oshins <jakeo@microsoft.com> | Tue Apr 05 10:22:52 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Apr 30 14:01:37 2016 -0700 |
tree | 0a7fea32c076d60a930f9ea871e286ca92d222aa | |
parent | 97fb77dc87582300fa3c141b63699f853576cab1 [diff] |
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>