diff options
| author | Olli Salonen <[email protected]> | 2014-10-12 07:03:08 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2014-11-03 11:02:42 -0200 |
| commit | 49141aa249aebce263c5d2daa79d81ef548ab3eb (patch) | |
| tree | 6581897bfaedb2efcccea09bf1dfbc3f57b77862 | |
| parent | 509cd82619877b35dd5f5b4e6fde679d0c473e78 (diff) | |
[media] dvbsky: don't print MAC address from read_mac_address
The dvb-usb-v2 already prints out the MAC address, no need to print
it out also here.
Signed-off-by: Olli Salonen <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/media/usb/dvb-usb-v2/dvbsky.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c index 34688c89df11..502b52ca89d1 100644 --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c +++ b/drivers/media/usb/dvb-usb-v2/dvbsky.c @@ -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; } |