From: Paul Bolle Date: Thu, 7 Apr 2011 18:40:32 +0000 (+0200) Subject: iwl4965: drop a lone pr_err() X-Git-Tag: v3.0-rc1~377^2~256^2^2~135 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22e93f5d819f11d2a2d6332e20ff5b462e5c208;p=pandora-kernel.git iwl4965: drop a lone pr_err() iwl4965_rate_control_register() prints a message at KERN_ERR level. It looks like it's just a debugging message, so pr_err() seems to be overdone. But none of the similar functions in drivers/net/wireless print a message, so let's just drop it. Signed-off-by: Paul Bolle Signed-off-by: John W. Linville --- Reading git-diff-tree failed