commit | cf6a2eacbcb2593b5b91d0817915c4f0464bb534 | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <[email protected]> | Thu Dec 01 09:59:34 2011 -0800 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Dec 09 16:23:49 2011 -0800 |
tree | 720c96644b6d60ce2b8db2c52cb80591421e1b82 | |
parent | d2554f50df9be3c53a13f7541a5f4d054bd56cc3 [diff] |
drivers: hv: Don't OOPS when you cannot init vmbus The hv vmbus driver was causing an OOPS since it was trying to register drivers on top of the bus even if initialization of the bus has failed for some reason (such as the odd chance someone would run a hv enabled kernel in a non-hv environment). Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: K. Y. Srinivasan <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>