Em 29-04-2011 12:27, Antonio Ospite escreveu: > On Fri, 29 Apr 2011 16:42:04 +0200 > Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> wrote: > >> This is an automatic generated email to let you know that the following patch were queued at the >> http://git.linuxtv.org/media_tree.git tree: >> >> Subject: [media] gspca - kinect: move communications buffers out of stack >> Author: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> >> Date: Thu Apr 21 06:51:34 2011 -0300 >> > > Hi Mauro, actually this one is from Drew Fisher as well, git-am should > have picked up the additional From header: > http://www.spinics.net/lists/linux-media/msg31576.html Gah! Patchwork suffered a crash. Patches got recovered yesterday, but all of them missed the e-mail body: https://patchwork.kernel.org/patch/724331/ I'm needing to manually edit each patch before applying due to that. I'll revert the patch and re-apply it with the proper authorship. > >> Move large communications buffers out of stack and into device >> structure. This prevents the frame size from being >1kB and fixes a >> compiler warning when CONFIG_FRAME_WARN=1024: >> >> drivers/media/video/gspca/kinect.c: In function ‘send_cmd.clone.0’: >> drivers/media/video/gspca/kinect.c:202: warning: the frame size of 1548 bytes is larger than 1024 bytes >> >> Reported-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> >> Signed-off-by: Drew Fisher <drew.m.fisher@xxxxxxxxx> >> Signed-off-by: Antonio Ospite <ospite@xxxxxxxxxxxxxxxxx> >> Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> >> >> drivers/media/video/gspca/kinect.c | 6 ++++-- >> 1 files changed, 4 insertions(+), 2 deletions(-) >> > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html