1
0
Fork 0

wacom_i2c: Remove some useless debug output from wacom_i2c driver

steinar/wifi_calib_4_9_kernel
Martin T. H. Sandsmark 2016-09-26 12:54:53 +02:00 committed by Lars Ivar Miljeteig
parent ebb438d5e1
commit b76e94e3d8
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ static irqreturn_t wacom_i2c_irq(int irq, void *dev_id)
input_report_abs(input, ABS_TILT_Y, tilt_y);
input_sync(input);
printk("distance: %d tilt x: %d tilt y: %d\n", distance, tilt_x, tilt_y);
out:
return IRQ_HANDLED;
}