Commit 1b17adf1 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Benjamin Herrenschmidt

powerpc/ibmebus: more meaningful variable name

Choose a more meaningful name for better System.map readability and
autopsy value etc.
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 05781ccd
...@@ -53,7 +53,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */ ...@@ -53,7 +53,7 @@ static struct device ibmebus_bus_device = { /* fake "parent" device */
struct bus_type ibmebus_bus_type; struct bus_type ibmebus_bus_type;
/* These devices will automatically be added to the bus during init */ /* These devices will automatically be added to the bus during init */
static struct of_device_id __initdata builtin_matches[] = { static struct of_device_id __initdata ibmebus_matches[] = {
{ .compatible = "IBM,lhca" }, { .compatible = "IBM,lhca" },
{ .compatible = "IBM,lhea" }, { .compatible = "IBM,lhea" },
{}, {},
...@@ -354,7 +354,7 @@ static int __init ibmebus_bus_init(void) ...@@ -354,7 +354,7 @@ static int __init ibmebus_bus_init(void)
return err; return err;
} }
err = ibmebus_create_devices(builtin_matches); err = ibmebus_create_devices(ibmebus_matches);
if (err) { if (err) {
device_unregister(&ibmebus_bus_device); device_unregister(&ibmebus_bus_device);
bus_unregister(&ibmebus_bus_type); bus_unregister(&ibmebus_bus_type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment