Skip to content
  • Tejun Heo's avatar
    ide-tape: simplify read/write functions · 4344d07f
    Tejun Heo authored
    
    
    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: default avatarTejun Heo <tj@kernel.org>
    4344d07f