commit | 517521e4651ac106fc2a4f7638c284f60de92bb8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Sat May 22 16:53:27 2010 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Tue Jun 01 01:23:23 2010 -0300 |
tree | 017dc1077acccca0851ce2ccacc2b0af6430c80e | |
parent | 7853d408b792f9015072f7c4649bd3a5d4f6ed02 [diff] |
V4L/DVB: em28xx: remove unneeded null checks The "dev" variable is used as a list cursor in a list_for_each_entry() loop and can never be null here so I removed the check. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>