From: Joe Perches Date: Wed, 17 Feb 2010 10:30:24 +0000 (+0000) Subject: drivers/net/usb: Use netif_ logging facilities X-Git-Tag: v2.6.34-rc1~233^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a475f603d23392f386e45cf377b17c30ed3bbb80;p=pandora-kernel.git drivers/net/usb: Use netif_ logging facilities Convert from: if (netif_msg_(priv)) dev_(dev... to netif_(priv, foo, dev... Also convert a few: if (i < REG_TIMEOUT) { etc... return ret; } to if (i >= REG_TIMEOUT) goto fail; etc... return ret; Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed