lkml.org 
[lkml]   [2006]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 117/141] V4L/DVB (3390): Fix module parameters
    Duncan Sands wrote:
    >
    > > -module_param(dvb_override_tune_delay, int, 0444);
    > > +module_param(dvb_override_tune_delay, int, 0644);
    >
    > if (dvb_override_tune_delay > 0)
    > fepriv->min_delay = (dvb_override_tune_delay * HZ) / 1000;
    >
    > I guess the value of dvb_override_tune_delay could change from non-zero
    > to zero between testing the condition and setting min_delay.

    This is within an ioctl and thus protected by the big kernel lock.

    Ciao, ET.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-03-20 20:14    [W:4.012 / U:0.352 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site