From: Johannes Berg Date: Tue, 10 Feb 2009 20:25:37 +0000 (+0100) Subject: zd1211rw: do not ratelimit no-ops X-Git-Tag: v2.6.30-rc1~662^2~738^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=570a0a7c3ba6e44b0fe7f1d42e69ba139b533737;p=pandora-kernel.git zd1211rw: do not ratelimit no-ops It is rather confusing to see this in the log: [ 695.606877] __ratelimit: 40 callbacks suppressed [ 700.726878] __ratelimit: 40 callbacks suppressed without ever seeing any actual message. This is because zd1211rw doesn't compile out the net_ratelimit() call properly if debugging is not enabled. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed