> -Original Message-
> From: Jason Wang [mailto:jasow...@redhat.com]
> Sent: Sunday, June 29, 2014 11:15 PM
> To: KY Srinivasan; Haiyang Zhang; de...@linuxdriverproject.org; linux-
> ker...@vger.kernel.org
> Cc: Jason Wang
> Subject: [PATCH] hyperv: remove me
All its callers depends on the return value of -ENOBUFS to reallocate a
bigger buffer and retry the receiving. So there's no need to call
pr_err() here since it was not a real issue, otherwise syslog will be
flooded by this false warning.
Cc: K. Y. Srinivasan
Cc: Haiyang Zhang
Signed-off-by: Jas