]> git.zerfleddert.de Git - ms2-fixes/commitdiff
fix typo
authorMichael Gernoth <michael@gernoth.net>
Sun, 21 Aug 2011 13:19:55 +0000 (15:19 +0200)
committerMichael Gernoth <michael@gernoth.net>
Sun, 21 Aug 2011 13:19:55 +0000 (15:19 +0200)
MS2Debounce/assets/debounce.ko
debounce.c

index 9de2161224619a97a93ca0404ccb56685a2951f3..12c2cfee26eeeee57a892196c37037ef5c790dba 100644 (file)
Binary files a/MS2Debounce/assets/debounce.ko and b/MS2Debounce/assets/debounce.ko differ
index 3176d4c2e6a8c9bbf8335ddf0a743cc78122c02c..be78a44777d86a7a1b1900a06823755a6cdb6feb 100644 (file)
@@ -39,7 +39,7 @@ static void hw_debounce_set(int enable, int time) {
                }
 
                if (time != -1) {
                }
 
                if (time != -1) {
-                       printk(KERN_INFO PREFIX "Setting hardware debounce itime for GPIO %d to %d (%dus)\n", gpio, time, (time+1)*31);
+                       printk(KERN_INFO PREFIX "Setting hardware debounce time for GPIO %d to %d (%dus)\n", gpio, time, (time+1)*31);
                        omap_set_gpio_debounce_time(gpio, time);
                }
        }
                        omap_set_gpio_debounce_time(gpio, time);
                }
        }
Impressum, Datenschutz