Re: [PATCHv2 27/29] af9035: Don't use dynamic static allocation

2013-11-02 Thread Antti Palosaari
Acked-by: Antti Palosaari Reviewed-by: Antti Palosaari Antti On 02.11.2013 15:31, Mauro Carvalho Chehab wrote: Dynamic static allocation is evil, as Kernel stack is too low, and ompilation complains about it on some archs: drivers/media/usb/dvb-usb-v2/af9035.c:142:1: warning: 'af9035

[PATCHv2 27/29] af9035: Don't use dynamic static allocation

2013-11-02 Thread Mauro Carvalho Chehab
Dynamic static allocation is evil, as Kernel stack is too low, and ompilation complains about it on some archs: drivers/media/usb/dvb-usb-v2/af9035.c:142:1: warning: 'af9035_wr_regs' uses dynamic stack allocation [enabled by default] drivers/media/usb/dvb-usb-v2/af9035.c:305:1: wa