From: Borislav Petkov Date: Sat, 2 Feb 2008 18:56:37 +0000 (+0100) Subject: ide-floppy: remove unused flag PC_ABORT X-Git-Tag: v2.6.25-rc1~1068^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757ced8983a0b8d1bb353128605cec0f7a6f633e;p=pandora-kernel.git 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 Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed