From: Kumar Amit Mehta Date: Mon, 18 Feb 2013 11:37:44 +0000 (-0800) Subject: net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stack X-Git-Tag: v3.9-rc1~139^2~2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488ec878034eccb852267b0e27ce9d511f75c587;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed