Remove printk's from unsupported ioctls. http://sourceforge.net/tracker/?func=detail&aid=
1959582&group_id=204462&atid=989708
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
return vmxnet_set_tso(dev, ifr->ifr_data);
#endif
default:
- printk(KERN_DEBUG" ethtool operation %d not supported\n", cmd);
return -EOPNOTSUPP;
}
}
return vmxnet_ethtool_ioctl(dev, ifr);
#endif
}
- printk(KERN_DEBUG" ioctl operation %d not supported\n", cmd);
return -EOPNOTSUPP;
}
#endif /* SET_ETHTOOL_OPS */