V4L/DVB (6323): V4L: cinergyT2, remove bad usage of ERESTARTSYS
authorJiri Slaby <jirislaby@gmail.com>
Mon, 15 Oct 2007 16:07:30 +0000 (13:07 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 22 Oct 2007 14:01:31 +0000 (12:01 -0200)
cinergyT2, remove bad usage of ERESTARTSYS

test of cinergyt2->disconnect_pending doesn't ensure pending signal and so
ERESTARTSYS would reach userspace, which is not permitted. Change it to
EAGAIN.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found