From: Borislav Petkov Date: Sun, 27 Apr 2008 13:38:34 +0000 (+0200) Subject: ide-tape: make __idetape_discard_read_pipeline() of type void X-Git-Tag: v2.6.26-rc1~1029^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9798630a75c2c13849aeefcc1ba0559a701b5d95;p=pandora-kernel.git ide-tape: make __idetape_discard_read_pipeline() of type void It always returns 0 which has no effect on tape positioning calculation so simplify it by converting its type to void, bringing no functional change to the driver. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed