These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / usb / dvb-usb / pctv452e.c
index d17618f..ec397c4 100644 (file)
@@ -611,7 +611,7 @@ static int pctv452e_read_mac_address(struct dvb_usb_device *d, u8 mac[6])
        return 0;
 
 failed:
-       memset(mac, 0, 6);
+       eth_zero_addr(mac);
 
        return ret;
 }