ide-cs: fix probing and add warm-plug support
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sun, 15 Jun 2008 19:00:23 +0000 (21:00 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sun, 15 Jun 2008 19:00:23 +0000 (21:00 +0200)
commit792a1a98560a2a1619491eed8b18fccb09b312a7
tree98e2224ded6539220d0089e5ca0cf4f618a0c363
parent5b16464ac32a92c2332030d11ec445bddeb141fa
ide-cs: fix probing and add warm-plug support

* Fix probing by using ide_port_scan() and moving "retry loop"
  from ide_config() to idecs_register().

* Don't fail probe if there are no devices attached to a port.

* Remove (now redundant) error message from ide_config().

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/legacy/ide-cs.c