From: Greg Kroah-Hartman Date: Mon, 5 Dec 2011 22:02:59 +0000 (-0800) Subject: USB: isight: fix kernel bug when loading firmware X-Git-Tag: v3.2.1~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6b3d54200b7b29473041fe8c2e2f5382f2f0c80;p=pandora-kernel.git USB: isight: fix kernel bug when loading firmware commit 59bf5cf94f0fa3b08fb1258b52649077b7d0914d upstream. We were sending data on the stack when uploading firmware, which causes some machines fits, and is not allowed. Fix this by using the buffer we already had around for this very purpose. Reported-by: Wouter M. Koolen Tested-by: Wouter M. Koolen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed