Skip to content

Commit

Permalink
palm_bk3710: add warm-plug support
Browse files Browse the repository at this point in the history
Don't fail the probe if there are no devices attached to the controller.

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 10, 2008
1 parent f4084a1 commit fb37496
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/ide/arm/palm_bk3710.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ static int __devinit palm_bk3710_probe(struct platform_device *pdev)

ide_device_add(idx, &palm_bk3710_port_info);

if (!hwif->present)
goto out;

return 0;
out:
printk(KERN_WARNING "Palm Chip BK3710 IDE Register Fail\n");
Expand Down

0 comments on commit fb37496

Please sign in to comment.