On Wed, Dec 13, 2023 at 8:10 AM Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > On Wed, Nov 29, 2023 at 02:51:47PM +0100, Linus Walleij wrote: > > @@ -180,7 +176,7 @@ static int omap_kp_probe(struct platform_device *pdev) > > struct omap_kp *omap_kp; > > struct input_dev *input_dev; > > struct omap_kp_platform_data *pdata = dev_get_platdata(&pdev->dev); > > - int i, col_idx, row_idx, ret; > > + int col_idx, row_idx, ret; > > col_idx and row_idx are not longer needed wither, I dropped them and > applied the patch. Thanks for fixing this up Dmitry! Yours, Linus Walleij