]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
V4L/DVB (4532): Isl6421: Release callback installed incorrectly
authorTrent Piepho <xyzzy@speakeasy.org>
Fri, 25 Aug 2006 01:43:16 +0000 (22:43 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:34 +0000 (12:30 -0300)
commit62a7b3e2ada3a76f1a6887b537c07517e90f72dd
treee7c98e7ca7a2c8ad084ff657ad72a93429b0b62b
parentfb6065bbd915f9cf6022d52e114f5078654834b5
V4L/DVB (4532): Isl6421: Release callback installed incorrectly

The release callback was installed in ops.release, it should have been
ops.release_sec.  This prevented to front-end release from getting
called.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/isl6421.c