Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux-2.6-microblaze.git] / drivers / hv / hv.c
index e0c522d..e83507f 100644 (file)
@@ -105,7 +105,7 @@ int hv_post_message(union hv_connection_id connection_id,
         */
        put_cpu_ptr(hv_cpu);
 
-       return status & 0xFFFF;
+       return hv_result(status);
 }
 
 int hv_synic_alloc(void)