X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fhv%2Fhv_snapshot.c;h=0c354622437681d1b6dd157f718bb27cf8dbdbed;hb=60c32f3ec879d7e75a5b7d1c57ba8acb6583d1bf;hp=e4572f3f2834fe917c5f4dbf097a30cbc8f3b383;hpb=3711d86a2de17e967b576af8b8a1e9351a7d1466;p=karo-tx-linux.git diff --git a/drivers/hv/hv_snapshot.c b/drivers/hv/hv_snapshot.c index e4572f3f2834..0c3546224376 100644 --- a/drivers/hv/hv_snapshot.c +++ b/drivers/hv/hv_snapshot.c @@ -26,7 +26,7 @@ #define VSS_MAJOR 5 #define VSS_MINOR 0 -#define VSS_MAJOR_MINOR (VSS_MAJOR << 16 | VSS_MINOR) +#define VSS_VERSION (VSS_MAJOR << 16 | VSS_MINOR) @@ -190,8 +190,8 @@ void hv_vss_onchannelcallback(void *context) if (icmsghdrp->icmsgtype == ICMSGTYPE_NEGOTIATE) { vmbus_prep_negotiate_resp(icmsghdrp, negop, - recv_buffer, UTIL_FW_MAJOR_MINOR, - VSS_MAJOR_MINOR); + recv_buffer, UTIL_FW_VERSION, + VSS_VERSION); } else { vss_msg = (struct hv_vss_msg *)&recv_buffer[ sizeof(struct vmbuspipe_hdr) +