diff options
Diffstat (limited to 'drivers/ide/legacy/ht6560b.c')
-rw-r--r-- | drivers/ide/legacy/ht6560b.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/legacy/ht6560b.c b/drivers/ide/legacy/ht6560b.c index 971960ee7c03..702d8deb5780 100644 --- a/drivers/ide/legacy/ht6560b.c +++ b/drivers/ide/legacy/ht6560b.c | |||
@@ -352,12 +352,12 @@ static int __init ht6560b_init(void) | |||
352 | 352 | ||
353 | if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) { | 353 | if (!request_region(HT_CONFIG_PORT, 1, DRV_NAME)) { |
354 | printk(KERN_NOTICE "%s: HT_CONFIG_PORT not found\n", | 354 | printk(KERN_NOTICE "%s: HT_CONFIG_PORT not found\n", |
355 | __FUNCTION__); | 355 | __func__); |
356 | return -ENODEV; | 356 | return -ENODEV; |
357 | } | 357 | } |
358 | 358 | ||
359 | if (!try_to_init_ht6560b()) { | 359 | if (!try_to_init_ht6560b()) { |
360 | printk(KERN_NOTICE "%s: HBA not found\n", __FUNCTION__); | 360 | printk(KERN_NOTICE "%s: HBA not found\n", __func__); |
361 | goto release_region; | 361 | goto release_region; |
362 | } | 362 | } |
363 | 363 | ||