From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:34 +0000 (+0100) Subject: ide-{floppy,tape}: cleanup ide*_end_request() X-Git-Tag: v2.6.30-rc1~623^2~31 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313afea7f25cc6d420179e0b316499c164e3e372;p=pandora-kernel.git ide-{floppy,tape}: cleanup ide*_end_request() * ide*_end_request() is only called with uptodate == 0 or uptodate == 1 so cleanup it accordingly. * Inline ide*_end_request() content at call sites so the only user left is ->end_request method. * ->end_request is now used only for private driver requests so remove handling of other requests from ide*_end_request(). There should be no functional changes caused by this patch. Acked-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed