diff options
Diffstat (limited to 'drivers/parisc/eisa_enumerator.c')
-rw-r--r-- | drivers/parisc/eisa_enumerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/eisa_enumerator.c b/drivers/parisc/eisa_enumerator.c index caa153133754..a656d9e83343 100644 --- a/drivers/parisc/eisa_enumerator.c +++ b/drivers/parisc/eisa_enumerator.c | |||
@@ -357,7 +357,7 @@ static int parse_slot_config(int slot, | |||
357 | } | 357 | } |
358 | if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) { | 358 | if (flags & HPEE_FUNCTION_INFO_CFG_FREE_FORM) { |
359 | /* I have no idea how to handle this */ | 359 | /* I have no idea how to handle this */ |
360 | printk("function %d have free-form confgiuration, skipping ", | 360 | printk("function %d have free-form configuration, skipping ", |
361 | num_func); | 361 | num_func); |
362 | pos = p0 + function_len; | 362 | pos = p0 + function_len; |
363 | continue; | 363 | continue; |