Re: [PATCH V4 07/10] input: touchscreen: ili210x: Rework the touchscreen sample processing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Marek,

On Wed, Jan 30, 2019 at 07:48:32AM +0100, Marek Vasut wrote:
> +static bool ili210x_report_events(struct ili210x *priv, u8 *touchdata)
>  {
>  	int i;
>  	bool touch;
>  	unsigned int x, y;
> -	const struct finger *finger;
>  
>  	for (i = 0; i < MAX_TOUCHES; i++) {
>  		input_mt_slot(input, i);

"input" is not declared here and stays undeclared until path adding
support for ILI251X. I fixed it up locally.

Thanks.

-- 
Dmitry



[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux