Em 29-04-2011 12:27, Antonio Ospite escreveu:
> On Fri, 29 Apr 2011 16:42:04 +0200
> Mauro Carvalho Chehab <mche...@redhat.com> 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 <osp...@studenti.unina.it>
>> 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 <mche...@redhat.com>
>> Signed-off-by: Drew Fisher <drew.m.fis...@gmail.com>
>> Signed-off-by: Antonio Ospite <osp...@studenti.unina.it>
>> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com>
>>
>>  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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to