commit | fc0012ec533def054e1ac57d54ed781fc0ab6b71 | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Thu Sep 12 23:01:29 2013 +0200 |
committer | Tejun Heo <tj@kernel.org> | Mon Oct 07 15:17:32 2013 -0400 |
tree | 718c9bad11d2bc99fd0fe63e95cd6b9618dce1cc | |
parent | 272b98c6455f00884f0350f775c5342358ebb73f [diff] |
pata_isapnp: Don't use invalid I/O ports The test for 2nd I/O port validity is broken (reversed): On devices with no control port, the driver attempts to use invalid port 0, resulting in logs full of bad_io_access errors. On devices with control port, the driver does not use it. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Tejun Heo <tj@kernel.org>