]> git.baikalelectronics.ru Git - kernel.git/commit
ide: fix IDE_DFLAG_NO_IO_32BIT handling
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 24 Mar 2009 22:22:38 +0000 (23:22 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 24 Mar 2009 22:22:38 +0000 (23:22 +0100)
commit19837bba9bc6c3039d93f6e71ca936377433e5e4
tree250afc54387a883c728ecffe735e9c03a6e6145b
parentec3a5723f9b4608647ac8b9dc290288347f35042
ide: fix IDE_DFLAG_NO_IO_32BIT handling

* IDE_DFLAG_NO_IO_32BIT may be set by cmd640's ->init_dev method
  so don't clear it in ide_port_tune_devices() (+ no need to do it).

* Move IDE_DFLAG_NO_IO_32BIT handling to ide_port_init_devices().

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