David Johnson wrote: > switch(type) { > #ifdef BTTV_DVICO_DVBT_LITE > - case BTTV_DVICO_DVBT_LITE: > + case BTTV_DVICO_DVBT_LITE: > card->fe = mt352_attach(&thomson_dtt7579_config, card->i2c_adapter); I just noticed you have some funny idea of how to indent case labels. ;-| I've repaired this in CVS. Johannes