Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build fix fo r modular builds

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: mkrufky
Date: Wednesday, April 30, 2008 - 3:38 pm

Trent Piepho wrote:
was
Trent,

The symbol_put is correct in this case.  This macro above is called 
"tuner_symbol_probe" , used only within tuner-core.c

This macro is used to call the probe function of a tuner sub-module 
(tea5761, tea5767, tda8290).  Regardless of whether the probe succeeds 
or fails, we do the symbol_put.  If the probe succeeds, tuner-core will 
proceed to dvb_attach(that_tuner_attach, params), which does the actual 
module use count increase.

Regards,

Mike
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCHES] V4L/DVB updates and fixes for 2.6.26, Mauro Carvalho Chehab, (Tue Apr 29, 2:50 pm)
Re: [GIT PATCHES] V4L/DVB updates and fixes for 2.6.26, Linus Torvalds, (Tue Apr 29, 2:59 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Mauro Carvalho Chehab, (Tue Apr 29, 5:00 pm)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Patrick Boettcher, (Wed Apr 30, 1:02 am)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 8:25 am)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build ..., Mauro Carvalho Chehab, (Wed Apr 30, 8:48 am)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 9:12 am)
Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates and ..., Mauro Carvalho Chehab, (Wed Apr 30, 12:03 pm)
Re: [patch, -git] drivers/media build fix for modular builds, Mauro Carvalho Chehab, (Wed Apr 30, 2:35 pm)
Re: [v4l-dvb-maintainer] [patch, -git] drivers/media build ..., mkrufky, (Wed Apr 30, 3:38 pm)