Skip to content

Commit

Permalink
Input: winbond-cir - remove dmesg spam
Browse files Browse the repository at this point in the history
I missed converting one dev_info call to deb_dbg before submitting the driver.
Without this change, a message will be printed to dmesg for each button press
if a RC6 remote is used.

Signed-off-by: David Härdeman <david@hardeman.nu>
Cc: stable <stable@kernel.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
David Härdeman authored and Dmitry Torokhov committed Jan 29, 2010
1 parent 57b5e2a commit 93fb84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/misc/winbond-cir.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ wbcir_parse_rc6(struct device *dev, struct wbcir_data *data)
return;
}

dev_info(dev, "IR-RC6 ad 0x%02X cm 0x%02X cu 0x%04X "
dev_dbg(dev, "IR-RC6 ad 0x%02X cm 0x%02X cu 0x%04X "
"toggle %u mode %u scan 0x%08X\n",
address,
command,
Expand Down

0 comments on commit 93fb84b

Please sign in to comment.