commit | 69e88d2a754fcaf7ef8ca465586b811cf40dc479 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Oct 20 00:32:35 2007 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sat Oct 20 00:32:35 2007 +0200 |
tree | 547d37f38507edf5e94672ef898c2f7757e6ccae | |
parent | 5bbcf9242d4d15027cbee9618fca4b88b7327c28 [diff] |
ht6560b: fix deadlock on error handling Stop abusing ide_lock lock (switch to a private locking). Fixes same issue as fixed by Alan Cox in atiixp host driver with commit 6c5f8cc33eb2e10b6ab788bbe259fc142a068627. ht6560b is a bit special cause we still need to leave ide_lock for ->set_pio_mode with 'pio' argument == 8/9 (prefetch disable/enable). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>