diff options
author | Borislav Petkov <bbpetkov@yahoo.de> | 2008-02-02 19:56:37 +0100 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-02 19:56:37 +0100 |
commit | 757ced8983a0b8d1bb353128605cec0f7a6f633e (patch) | |
tree | 399671ccc4ffe28e863b5feb873034a4cf32ca35 /COPYING | |
parent | f373bd820dd80ae079537afb9db511b8802bb9f7 (diff) |
ide-floppy: remove unused flag PC_ABORT
This flag was never being set in the code so remove it. By the way, the
code in the second patch was being executed unconditionally, i.e. in case
pc->retries > IDEFLOPPY_MAX_PC_RETRIES is true (actually that is the only case
when the outer if-test passed), !test_bit(PC_ABORT, &pc->flags)
was always true so the comment is now incorrect and has to go.
Signed-off-by: Borislav Petkov <bbpetkov@yahoo.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions