From caf13587dfc73f373636ccfe4d9ad31bac495cfc Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 9 Nov 2010 22:31:40 -0200 Subject: [PATCH] --- yaml --- r: 241819 b: refs/heads/master c: 1f075d1f1bfb7101be9a651a4d087193b4f05b23 h: refs/heads/master i: 241817: 03ae4774ed8ed0f4e802fa8f51d35b33a4df77f7 241815: 570c7e8daa1d58af588888b8a069d6ff91565afa v: v3 --- [refs] | 2 +- trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index bb15392c7f86..96b0666874d0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d642f2f3c5be4737ec021c6d6e9cda99262564f8 +refs/heads/master: 1f075d1f1bfb7101be9a651a4d087193b4f05b23 diff --git a/trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c b/trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c index 10151aa49239..08f8842ad280 100644 --- a/trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c +++ b/trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c @@ -331,11 +331,10 @@ static int technisat_usb2_identify_state(struct usb_device *udev, u8 version[3]; /* first select the interface */ - if (usb_set_interface(udev, 0, 1) != 0) { + if (usb_set_interface(udev, 0, 1) != 0) err("could not set alternate setting to 0"); - } else { + else info("set alternate setting"); - } *cold = 0; /* by default do not download a firmware - just in case something is wrong */ @@ -378,7 +377,7 @@ static void technisat_usb2_eeprom_dump(struct dvb_usb_device *d) { u8 reg; u8 b[16]; - int i,j; + int i, j; /* full EEPROM dump */ for (j = 0; j < 256 * 4; j += 16) { @@ -496,9 +495,9 @@ static struct stv090x_config technisat_usb2_stv090x_config = { }; static struct stv6110x_config technisat_usb2_stv6110x_config = { - .addr = 0x60, - .refclk = 16000000, - .clk_div = 2, + .addr = 0x60, + .refclk = 16000000, + .clk_div = 2, }; static int technisat_usb2_frontend_attach(struct dvb_usb_adapter *a)