From: Greg Kroah-Hartman Date: Fri, 2 May 2008 04:02:41 +0000 (+0200) Subject: driver core: fix a lot of printk usages of bus_id X-Git-Tag: v2.6.27-rc1~866^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc3a8828b139c24aade3f9d608775e36c248f8f5;p=pandora-kernel.git driver core: fix a lot of printk usages of bus_id We have the dev_printk() variants for this kind of thing, use them instead of directly trying to access the bus_id field of struct device. This is done in order to remove bus_id entirely. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed