[LTP] [PATCH v3] kernel/input: fix failure on an old kernel

Cyril Hrubis chrubis@suse.cz
Mon Dec 4 16:33:00 CET 2017


Hi!
> +			if (sync_event_ignored && check_sync_event(&ev)) {
> +				ret = 0;

I've added a TINFO message here that we ignored the empty sync event
here and pushed, thanks.

> +			} else {
> +				tst_resm(TINFO,
> +					 "Unexpected ev type=%i code=%i value=%i",
> +					 ev.type, ev.code, ev.value);
> +			}
>  		}
>  	}

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list