Input: s3c2410_ts - tone down logging

The S3C touchscreen driver is logging at LOG_INFO on every stylus up
event which spams the console needlessly. Reduce the priority of the
message to debug level for some peace and quiet.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

authored by Mark Brown and committed by Dmitry Torokhov fbf89f25 829ab5b5

+1 -1
+1 -1
drivers/input/touchscreen/s3c2410_ts.c
··· 173 if (down) 174 s3c_adc_start(ts.client, 0, 1 << ts.shift); 175 else 176 - dev_info(ts.dev, "%s: count=%d\n", __func__, ts.count); 177 178 if (ts.features & FEAT_PEN_IRQ) { 179 /* Clear pen down/up interrupt */
··· 173 if (down) 174 s3c_adc_start(ts.client, 0, 1 << ts.shift); 175 else 176 + dev_dbg(ts.dev, "%s: count=%d\n", __func__, ts.count); 177 178 if (ts.features & FEAT_PEN_IRQ) { 179 /* Clear pen down/up interrupt */