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

Commit 744c9c33 authored by Mike Rapoport's avatar Mike Rapoport Committed by Dmitry Torokhov
Browse files

Input: pxa27x_keyboard - fix compile error

parent 4f179f71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ static int pxakbd_resume(struct platform_device *pdev)
		KPREC = pdata->reg_kprec;

		/* Enable unit clock */
		pxa_set_cken(CKEN19_KEYPAD, 1);
		pxa_set_cken(CKEN_KEYPAD, 1);
	}

	mutex_unlock(&input_dev->mutex);