From: Kay Sievers Date: Tue, 6 Jan 2009 22:42:57 +0000 (-0800) Subject: edac: struct device: replace bus_id with dev_name(), dev_set_name() X-Git-Tag: v2.6.29-rc1~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=281efb17d88a91dc3b879bb1d49e3a66daf48797;p=pandora-kernel.git edac: struct device: replace bus_id with dev_name(), dev_set_name() This patch is part of a larger patch series which will remove the "char bus_id[20]" name string from struct device. The device name is managed in the kobject anyway, and without any size limitation, and just needlessly copied into "struct device". [akpm@linux-foundation.org: coding-style fixes] Acked-by: Greg Kroah-Hartman Acked-by: Doug Thompson Signed-off-by: Kay Sievers Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed