diff options
Diffstat (limited to 'drivers/ide/ide.c')
-rw-r--r-- | drivers/ide/ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index fb0c47c8819d..eeb0e6a77f5b 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide/ide.c | |||
@@ -728,7 +728,7 @@ found: | |||
728 | 728 | ||
729 | idx[0] = index; | 729 | idx[0] = index; |
730 | 730 | ||
731 | ide_device_add(idx); | 731 | ide_device_add(idx, NULL); |
732 | 732 | ||
733 | if (hwifp) | 733 | if (hwifp) |
734 | *hwifp = hwif; | 734 | *hwifp = hwif; |