git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71294cf
)
ide-tape: simplify read/write functions
author
Tejun Heo
<tj@kernel.org>
Sat, 18 Apr 2009 23:46:03 +0000
(08:46 +0900)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 28 Apr 2009 05:37:32 +0000
(07:37 +0200)
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 <tj@kernel.org>
No differences found