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.3-rc1~153^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bf5cf94f0fa3b08fb1258b52649077b7d0914d;p=pandora-kernel.git USB: isight: fix kernel bug when loading firmware 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 Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed