In attach_inform() function the dprintk() messages has the "attach_inform" prefix. Make them similar to each other.
diff -r b8b5a5bb8287 em28xx-i2c.c --- a/em28xx-i2c.c Wed Dec 10 08:54:29 2008 +0100 +++ b/em28xx-i2c.c Wed Dec 10 23:16:31 2008 +0100 @@ -840,10 +840,10 @@ dprintk1(1, "attach_inform: tvp5150 detected.\n"); break; case 0x1e: - dprintk1(1, "zl10353 demodulator found!\n"); + dprintk1(1, "attach_inform: zl10353 demodulator found!\n"); break; default: - dprintk1(1, "attach inform (default): " + dprintk1(1, "attach_inform: (default): " "detected I2C address %x\n", client->addr << 1); dev->tuner_addr = client->addr; em28xx_set_tuner(-1, client);
_______________________________________________ Em28xx mailing list [email protected] http://mcentral.de/mailman/listinfo/em28xx
