Re: [PATCH 2/2] staging: ccree: Fix initialization of anonymous unions

2017-05-09 Thread Gilad Ben-Yossef
Hi, On Sun, May 7, 2017 at 10:53 PM, Geert Uytterhoeven wrote: > With gcc 4.1.2: > > drivers/staging/ccree/ssi_hash.c:1990: error: unknown field > ‘template_ahash’ specified in initializer > drivers/staging/ccree/ssi_hash.c:1991: error: unknown field ‘init’ > specified in initializer >

Re: [PATCH 2/2] staging: ccree: Fix initialization of anonymous unions

2017-05-08 Thread Arnd Bergmann
On Sun, May 7, 2017 at 9:53 PM, Geert Uytterhoeven wrote: > With gcc 4.1.2: > > drivers/staging/ccree/ssi_hash.c:1990: error: unknown field > ‘template_ahash’ specified in initializer > drivers/staging/ccree/ssi_hash.c:1991: error: unknown field ‘init’ > specified in initializer > dr

[PATCH 2/2] staging: ccree: Fix initialization of anonymous unions

2017-05-07 Thread Geert Uytterhoeven
With gcc 4.1.2: drivers/staging/ccree/ssi_hash.c:1990: error: unknown field ‘template_ahash’ specified in initializer drivers/staging/ccree/ssi_hash.c:1991: error: unknown field ‘init’ specified in initializer drivers/staging/ccree/ssi_hash.c:1991: warning: missing braces around ini