Re: [PATCH] [media] vivid: don't use more than 1024 bytes of stack

2015-06-05 Thread Mauro Carvalho Chehab
Em Fri, 05 Jun 2015 17:10:53 +0200 Hans Verkuil escreveu: > On 06/05/2015 12:29 PM, Mauro Carvalho Chehab wrote: > > Remove the following compilation warnings: > > > > drivers/media/platform/vivid/vivid-tpg.c: In function 'tpg_gen_text': > > drivers/media/platform/vivid/vivid-tpg.c:1562:

Re: [PATCH] [media] vivid: don't use more than 1024 bytes of stack

2015-06-05 Thread Hans Verkuil
On 06/05/2015 12:29 PM, Mauro Carvalho Chehab wrote: > Remove the following compilation warnings: > > drivers/media/platform/vivid/vivid-tpg.c: In function 'tpg_gen_text': > drivers/media/platform/vivid/vivid-tpg.c:1562:1: warning: the frame > size of 1308 bytes is larger than 1024 by

Re: [PATCH] [media] vivid: don't use more than 1024 bytes of stack

2015-06-05 Thread Mauro Carvalho Chehab
Em Fri, 05 Jun 2015 12:33:04 +0200 Hans Verkuil escreveu: > On 06/05/2015 12:29 PM, Mauro Carvalho Chehab wrote: > > Remove the following compilation warnings: > > > > drivers/media/platform/vivid/vivid-tpg.c: In function 'tpg_gen_text': > > drivers/media/platform/vivid/vivid-tpg.c:1562:

Re: [PATCH] [media] vivid: don't use more than 1024 bytes of stack

2015-06-05 Thread Hans Verkuil
On 06/05/2015 12:29 PM, Mauro Carvalho Chehab wrote: > Remove the following compilation warnings: > > drivers/media/platform/vivid/vivid-tpg.c: In function 'tpg_gen_text': > drivers/media/platform/vivid/vivid-tpg.c:1562:1: warning: the frame > size of 1308 bytes is larger than 1024 by

[PATCH] [media] vivid: don't use more than 1024 bytes of stack

2015-06-05 Thread Mauro Carvalho Chehab
Remove the following compilation warnings: drivers/media/platform/vivid/vivid-tpg.c: In function 'tpg_gen_text': drivers/media/platform/vivid/vivid-tpg.c:1562:1: warning: the frame size of 1308 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ This seem