diff options
Diffstat (limited to 'skey.c')
-rw-r--r-- | skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ int skey_update_thread (void *data) { if (gpio_get_value_cansleep(column_pins[column_index])) { printk(KERN_INFO "skey: key pressed at column %d, row %d\n", column_index, row_index); } else { - printk(KERN_INFO "skey: key not pressed at column %d, row %d\n", column_index, row_index); + //printk(KERN_INFO "skey: key not pressed at column %d, row %d\n", column_index, row_index); } column_index++; } |