diff options
Diffstat (limited to 'drivers/mca')
-rw-r--r-- | drivers/mca/mca-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mca/mca-bus.c b/drivers/mca/mca-bus.c index 67b8e9453b19..ef2dbfe74714 100644 --- a/drivers/mca/mca-bus.c +++ b/drivers/mca/mca-bus.c | |||
@@ -40,7 +40,7 @@ static struct mca_bus *mca_root_busses[MAX_MCA_BUSSES]; | |||
40 | 40 | ||
41 | struct mca_device_info { | 41 | struct mca_device_info { |
42 | short pos_id; /* the 2 byte pos id for this card */ | 42 | short pos_id; /* the 2 byte pos id for this card */ |
43 | char name[DEVICE_NAME_SIZE]; | 43 | char name[50]; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | static int mca_bus_match (struct device *dev, struct device_driver *drv) | 46 | static int mca_bus_match (struct device *dev, struct device_driver *drv) |