Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87f0fd02 authored by Michael Hennerich's avatar Michael Hennerich Committed by Dmitry Torokhov
Browse files

Input: bf54x-keys - fix typo in warning

parent d9bdffd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -211,8 +211,8 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)


	if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
	if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
	    !pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
	    !pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
		printk(KERN_ERR DRV_NAME
		printk(KERN_WARNING DRV_NAME
			": Invalid Debounce/Columdrive Time from pdata\n");
			": Invalid Debounce/Columndrive Time in platform data\n");
		bfin_write_KPAD_MSEL(0xFF0);	/* Default MSEL	*/
		bfin_write_KPAD_MSEL(0xFF0);	/* Default MSEL	*/
	} else {
	} else {
		bfin_write_KPAD_MSEL(
		bfin_write_KPAD_MSEL(