commit | 897609370d25c69e95a174dbd75df6e5bc3a26c8 | [log] [tgz] |
---|---|---|
author | Dexuan Cui <decui@microsoft.com> | Tue May 15 00:25:01 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 15 09:40:37 2018 +0200 |
tree | 8165f3f0e1c17aa66bf73c91f0c8861eaf3d771f | |
parent | 1c9a4be514e7a946f7811f10d6d0ebab1ec6dd56 [diff] |
Drivers: hv: vmbus: Removed an unnecessary cast from void * In C, we don't need such a cast. Fixes: ae20b254306a ("Drivers: hv: vmbus: enable VMBus protocol version 5.0") Reported-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: Dexuan Cui <decui@microsoft.com> Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>