commit | 42dceebe34600b2d02a38baa3e869009ba3d14c7 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Mon Aug 26 14:08:58 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 27 21:49:26 2013 -0700 |
tree | 0ae78b0a2c9c1c1f651ac1d11196e8e371c68b91 | |
parent | ef22d576dd9d028dba53476bbcfc36aa1b5d768b [diff] |
Drivers: hv: vmbus: Fix a bug in the handling of channel offers The channel state should be correctly set before registering the device. In the current code the driver probe would fail for channels that have been rescinded and subsequently re-offered. Fix the bug. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Cc: stable <stable@vger.kernel.org> # 3.11 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>