]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers:hv: Reverse order of resources in hyperv_mmio
authorJake Oshins <jakeo@microsoft.com>
Tue, 5 Apr 2016 17:22:53 +0000 (10:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 21:01:37 +0000 (14:01 -0700)
commit23a0683186b7ca0083bfc76b410497f39a9d0351
tree841dacec9eb64ba67db88d76f331c6b2dce8b958
parent696ca5e82c057a272381ae6064d59eb97a578397
drivers:hv: Reverse order of resources in hyperv_mmio

A patch later in this series allocates child nodes
in this resource tree.  For that to work, this tree
needs to be sorted in ascending order.

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/hv/vmbus_drv.c