[media] dvbsky: don't print MAC address from read_mac_address
authorOlli Salonen <olli.salonen@iki.fi>
Sun, 12 Oct 2014 10:03:08 +0000 (07:03 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 3 Nov 2014 13:02:42 +0000 (11:02 -0200)
The dvb-usb-v2 already prints out the MAC address, no need to print
it out also here.

Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/dvbsky.c

index 34688c8..502b52c 100644 (file)
@@ -265,8 +265,6 @@ static int dvbsky_read_mac_addr(struct dvb_usb_adapter *adap, u8 mac[6])
        if (i2c_transfer(&d->i2c_adap, msg, 2) == 2)
                memcpy(mac, ibuf, 6);
 
-       dev_info(&d->udev->dev, "dvbsky_usb MAC address=%pM\n", mac);
-
        return 0;
 }