Subject: [PATCH 1/2] event/dpaa2: remove check on return value from epoll wait Importance: High
From: Nipun Gupta <nipun.gu...@nxp.com> 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 <nipun.gu...@nxp.com> Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>