commit | 49fabf29869c9c21f4d7243fa5b2b9ebc3890a85 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Sun Dec 29 19:22:57 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 03 12:31:47 2014 -0800 |
tree | 11d703da51b85b11dba4778b75449340a344b3b4 | |
parent | 10c642d0772ac1391ae4f9fdeb13217ab019117a [diff] |
USB: f81232: remove bogus call to wake up MSR queue Remove bogus call to wake up delta_msr_wait from process_read_urb where the MSR status is never updated (only the LSR bits are masked out). Comment that the wake-up call should made in f81232_update_line_status when the MSR status changes. Note that this driver is still mostly stubbed out. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>