]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc591c44268cb12db47246cc031e756567ae5236
tree98e2224ded6539220d0089e5ca0cf4f618a0c363
parentc67a7fa0a4a8be6341647806ec1e6d870912a509
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