commit | ed6cfcc5fdf2ebca320b6f74c836e555e18216e1 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Sat Feb 28 11:18:17 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Mar 01 19:31:02 2015 -0800 |
tree | 004638600297de1f56cef2fc075ab1a7c8f52e26 | |
parent | d15a0301c4157884d1a48a5d76b9ac3e36d71242 [diff] |
Drivers: hv: vmbus: Introduce a function to remove a rescinded offer In response to a rescind message, we need to remove the channel and the corresponding device. Cleanup this code path by factoring out the code to remove a channel. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>