From: Tejun Heo Date: Sat, 18 Apr 2009 23:46:03 +0000 (+0900) Subject: ide-tape: simplify read/write functions X-Git-Tag: v2.6.31-rc1~397^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07bd9686c50c2b1f10e48089d4fb836a971f5177;p=pandora-kernel.git ide-tape: simplify read/write functions Impact: cleanup idetape_chrdev_read/write() functions are unnecessarily complex when everything can be handled in a single loop. Collapse idetape_add_chrdev_read/write_request() into the rw functions and simplify the implementation. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed