commit | 488ec878034eccb852267b0e27ce9d511f75c587 | [log] [tgz] |
---|---|---|
author | Kumar Amit Mehta <gmate.amit@gmail.com> | Mon Feb 18 03:37:44 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 18 15:30:40 2013 -0500 |
tree | 4626543a0b094b82e5d5fc34c9eb14f96fc2a76b | |
parent | bc6b89237acb3dee6af6e64e51a18255fef89cc2 [diff] |
net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stack This patch fixes an instance of DMA buffer on stack(being passed to usb_control_msg) for the wireless USB version of the Agere Orinoco card driver. It also fixes the missing audit for the return value of firmware download routine. Found using smatch. Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>