From: Joe Perches Date: Wed, 17 Feb 2010 10:30:23 +0000 (+0000) Subject: usbnet: Convert dev(dbg|err|warn|info) macros to netdev_ X-Git-Tag: v2.6.34-rc1~233^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b86755929e1a7e9038c8d860a8491cfdf8d93a;p=pandora-kernel.git usbnet: Convert dev(dbg|err|warn|info) macros to netdev_ These macros are too similar to the dev_ equivalents but take a usbnet * argument. Convert them to the recently introduced netdev_ macros and remove the old macros. The old macros had "\n" appended to the format string. Add the "\n" to the converted uses. Some existing uses of the dev macros in cdc_eem.c probably mistakenly had trailing "\n". No "\n" added there. Fix net1080 this/other log message inversion. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed