From: Vladimir Kondratiev Date: Mon, 16 Jun 2014 16:37:15 +0000 (+0300) Subject: wil6210: avoid dmesg pollution by Tx errors X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~210^2~46^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aed13932a36a4c12aad4d84b98d439f5b7af34e;p=pandora-kernel.git wil6210: avoid dmesg pollution by Tx errors On Tx path, when vring for the destination not found, it was considered as error and message was printed unconditionally. However, this situation is normal after disconnect. If disconnect was while heavy traffic load, lots of Tx packets will be dropped and this would cause significant amount of prints in dmesg. Demote messages priority from 'error' to 'debug'. Signed-off-by: Vladimir Kondratiev Signed-off-by: John W. Linville --- Reading git-diff-tree failed