commit | ed56ef675ae6ef0e6f7d42b9c42dae61172f0960 | [log] [tgz] |
---|---|---|
author | Dexuan Cui <[email protected]> | Thu Sep 05 23:01:16 2019 +0000 |
committer | Sasha Levin <[email protected]> | Fri Sep 06 14:52:44 2019 -0400 |
tree | f295bd2ac3a5177561c9c847c89dac15e2ef48d0 | |
parent | 63ecc6d22ce46643165c391a9c90ba67e22e1c0f [diff] |
Drivers: hv: vmbus: Add a helper function is_sub_channel() The existing method of telling if a channel is sub-channel in vmbus_process_offer() is cumbersome. This new simple helper function is preferred in future. Signed-off-by: Dexuan Cui <[email protected]> Reviewed-by: Michael Kelley <[email protected]> Signed-off-by: Sasha Levin <[email protected]>