commit | 89a47942f0facc4664d982005ac03d8dcb9635c1 | [log] [tgz] |
---|---|---|
author | Trent Piepho <xyzzy@speakeasy.org> | Sun Oct 14 02:52:17 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Mon Oct 22 12:01:43 2007 -0200 |
tree | 56181e6b3e002f212ca676c2fdeb1c27059b9f4f | |
parent | 081c2fc8b9cdd13a2436e8510889293874a33340 [diff] |
V4L/DVB (6335): cx8802: Replace list_for_each+list_entry with list_for_each_entry Less code and more efficient. Got ride of a variable that counted the number of devices in cx8802_unregister_driver() but was never used. Looked leftover from a cut&paste. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Reviewed-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>