Skip to content

Commit

Permalink
iwl4965: drop a lone pr_err()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Bolle authored and John W. Linville committed Apr 12, 2011
1 parent 9529497 commit a22e93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/iwl-4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,6 @@ static struct rate_control_ops rs_4965_ops = {

int iwl4965_rate_control_register(void)
{
pr_err("Registering 4965 rate control operations\n");
return ieee80211_rate_control_register(&rs_4965_ops);
}

Expand Down

0 comments on commit a22e93f

Please sign in to comment.