Hi Dmitry, On Thu, Feb 5, 2015 at 3:44 AM, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > Hi Sonic, > > On Wed, Feb 04, 2015 at 03:58:04PM +0800, Sonic Zhang wrote: >> @@ -102,7 +95,7 @@ static int bfin_rotary_probe(struct platform_device *pdev) >> return -EINVAL; >> } >> >> - error = peripheral_request_list(per_cnt, dev_name(&pdev->dev)); >> + error = peripheral_request_list(pdata->pin_list, dev_name(&pdev->dev)); > > I do not think the driver will be happy with pdata->oin_list == NULL > here. I forgot one more replacement of variable per_cnt in bfin_rotary_probe. I will update. Sonic -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html