From: Joe Perches Date: Thu, 28 Jan 2010 20:59:27 +0000 (+0000) Subject: tulip/uli526x.c: Use dev_ and pr_ X-Git-Tag: v2.6.34-rc1~233^2~479 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02fb7aa0714ca9357571bb15ef0fe278a150cc7;p=pandora-kernel.git tulip/uli526x.c: Use dev_ and pr_ Convert printks to dev_ where a dev is available Convert printks to pr_ where not Coalesce format strings Change print formats with %d.dx to %0dx Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt Remove DRV_NAME from logging messages Add do {} while(0) to ULI526X_DBUG macro Make SHOW_MEDIA_TYPE macro more readable Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed