[media] saa7164: poll mask set incorrectly
authorDan Carpenter <error27@gmail.com>
Wed, 24 Nov 2010 05:36:57 +0000 (02:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:52:18 +0000 (17:52 -0300)
list_first_entry() always returns non-null here.  I think the intent was
to test whether there were any entries in the used list.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Cc: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found