| commit | 41671fca58f3487f4dd4b148a0a3360b2f9ebb2a | [log] [tgz] |
|---|---|---|
| author | Greg Kroah-Hartman <gregkh@suse.de> | Mon Dec 05 14:02:59 2011 -0800 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 12 11:35:10 2012 -0800 |
| tree | 75bd01f31d37cebb1640b1bc57079cdae7e4563f | |
| parent | e60f83773e5a5757b765b30776bd1e7fe1188c1b [diff] |
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 <wmkoolen@cwi.nl> Tested-by: Wouter M. Koolen <wmkoolen@cwi.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>