Subject: [PATCH 1/2] event/dpaa2: remove check on return value from epoll wait Importance: High
From: Nipun Gupta <[email protected]> Driver shouldn't take decision on signals received. The return from epoll was blocking on EINTR which is not the right use-case. Fixes: 36d87bb92230 ("event/dpaa2: handle timeout using interrupts in dequeue") Signed-off-by: Nipun Gupta <[email protected]> Acked-by: Hemant Agrawal <[email protected]>

