iwl4965: drop a lone pr_err()
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 7 Apr 2011 18:40:32 +0000 (20:40 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 12 Apr 2011 20:57:36 +0000 (16:57 -0400)
commita22e93f5d819f11d2a2d6332e20ff5b462e5c208
tree6fd84431d737ef852aece32badfe33f57522e72b
parent952949738aba19f84dae9def18e0baa58f0ce0b8
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 <pebolle@tiscali.nl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlegacy/iwl-4965-rs.c