All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] dvbsky: don't print MAC address from read_mac_address
@ 2014-10-12 10:03 Olli Salonen
  2014-10-12 10:03 ` [PATCH 2/4] dvbsky: added debug logging Olli Salonen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Olli Salonen @ 2014-10-12 10:03 UTC (permalink / raw)
  To: linux-media; +Cc: nibble.max, Olli Salonen

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>
---
 drivers/media/usb/dvb-usb-v2/dvbsky.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c
index 34688c8..502b52c 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;
 }
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-03 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 10:03 [PATCH 1/4] dvbsky: don't print MAC address from read_mac_address Olli Salonen
2014-10-12 10:03 ` [PATCH 2/4] dvbsky: added debug logging Olli Salonen
2014-11-03 13:04   ` Mauro Carvalho Chehab
2014-11-03 13:39     ` Antti Palosaari
2014-10-12 10:03 ` [PATCH 3/4] dvbsky: clean logging Olli Salonen
2014-10-12 10:03 ` [PATCH 4/4] dvbsky: add option to disable IR receiver Olli Salonen
2014-10-12 10:12   ` Antti Palosaari
2014-10-12 10:52     ` Olli Salonen
2014-10-12 11:31       ` [PATCHv2 " Olli Salonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.