From: Emil Tantilov Date: Tue, 27 Apr 2010 14:02:58 +0000 (+0000) Subject: e1000: Use netdev_, pr_ and dev_ X-Git-Tag: v2.6.35-rc1~473^2~341 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675ad47375c76a7c3be4ace9554d92cd55518ced;p=pandora-kernel.git e1000: Use netdev_, pr_ and dev_ This patch is an alternative to similar patch provided by Joe Perches. Substitute DPRINTK macro for e_ that uses netdev_ and dev_ similar to e1000e. - Convert printk to pr_ where applicable. - Use common #define pr_fmt for the driver. - Use dev_ for displaying text in parts of the driver where the interface name is not assigned (like e1000_param.c). - Better align test with the new macros. CC: Joe Perches Signed-off-by: Emil Tantilov Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed