Commit c761eb23 authored by Alessandro Rubini's avatar Alessandro Rubini

backport: remove netdev_dbg, which appeared in 2.6.34

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent bfe08e49
......@@ -119,8 +119,6 @@ int wrn_tstamp_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
if (copy_from_user(&config, rq->ifr_data, sizeof(config)))
return -EFAULT;
if (0) netdev_dbg(dev, "%s: tx type %i, rx filter %i\n", __func__,
config.tx_type, config.rx_filter);
switch (config.tx_type) {
/* Set up time stamping on transmission */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment