commit | 72ea18a558ed7a63a50bb121ba60d73b5b38ae30 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Mon May 27 14:44:39 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 29 10:50:41 2013 +0900 |
tree | d7a4edbe16735e3b426034748af99f9d2bac10d6 | |
parent | 420021a395ce38b7ab2cceb52dee4038be7d8fa3 [diff] |
USB: mos7720: fix DMA to stack The read_mos_reg function is called with stack-allocated buffers, which must not be used for control messages. Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>