Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / drivers / video / fbdev / hyperv_fb.c
index 4dc9077..a7e6eea 100644 (file)
@@ -308,7 +308,7 @@ static inline int synthvid_send(struct hv_device *hdev,
                               VM_PKT_DATA_INBAND, 0);
 
        if (ret)
-               pr_err("Unable to send packet via vmbus\n");
+               pr_err_ratelimited("Unable to send packet via vmbus; error %d\n", ret);
 
        return ret;
 }