26 Apr, 2013

1 commit

  • The check if the values for c, h and n are within the range is
    always true, as, if one of this values is out of range, the
    previous "if" clauses will default to a value within the
    range.

    That fixes the following warning:

    drivers/media/dvb-frontends/dib0090.c: In function 'dib0090_set_EFUSE':
    drivers/media/dvb-frontends/dib0090.c:1545:5: warning: comparison is always true due to limited range of data type [-Wtype-limits]

    and makes the code easier to read.

    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

23 Apr, 2013

1 commit

  • The intend of this patch is to improve the support of the dib0090 tuner.
    The ramp tables have been updated. Also some minor enhancements has been
    added (EFUSE and reset).

    Signed-off-by: Olivier Grenie
    Signed-off-by: Patrick Boettcher
    Signed-off-by: Mauro Carvalho Chehab

    Olivier Grenie
     

14 Aug, 2012

1 commit