lkml.org 
[lkml]   [2015]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] staging: comedi: cb_pcidas64: remove unused code
    Date
    Remove the disabled code, for now, with #if 0.

    Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
    ---

    Hi,

    The code after the return is dead code. There is a comment saying it is
    disabled for now, it would be good if the code is removed with #if 0 as
    well.

    Thanks,
    Luis

    drivers/staging/comedi/drivers/cb_pcidas64.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_pcidas64.c
    index d33b8fe..f86ea9f 100644
    --- a/drivers/staging/comedi/drivers/cb_pcidas64.c
    +++ b/drivers/staging/comedi/drivers/cb_pcidas64.c
    @@ -2233,10 +2233,12 @@ static int use_hw_sample_counter(struct comedi_cmd *cmd)
    /* disable for now until I work out a race */
    return 0;

    +#if 0
    if (cmd->stop_src == TRIG_COUNT && cmd->stop_arg <= max_counter_value)
    return 1;

    return 0;
    +#endif
    }

    static void setup_sample_counters(struct comedi_device *dev,
    --
    2.5.1


    \
     
     \ /
      Last update: 2015-09-28 23:41    [W:3.153 / U:1.736 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site