From: Jason Wang Date: Mon, 30 Jun 2014 06:14:48 +0000 (+0800) Subject: hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~168^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a446d635dd752a5326bbc458707364a288b3663;p=pandora-kernel.git hyperv: remove meaningless pr_err() in vmbus_recvpacket_raw() 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: Haiyang Zhang Signed-off-by: Jason Wang Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed