Re: [PATCH v3]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used

2010-07-14 Thread Justin P. Mattock
On 07/14/2010 05:12 AM, Herbert Xu wrote: On Tue, Jul 06, 2010 at 11:36:37AM -0700, Justin P. Mattock wrote: The below patch gets rid of an unused variable ctx reported by GCC when building the kernel. CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush':

[PATCH v3]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used

2010-07-06 Thread Justin P. Mattock
The below patch gets rid of an unused variable ctx reported by GCC when building the kernel. CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush': drivers/crypto/hifn_795x.c:2021:23: warning: variable 'ctx' set but not used drivers/crypto/hifn_795x.c: In

Re: [PATCH v3]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used

2010-07-06 Thread Justin P. Mattock
On 07/06/2010 11:58 AM, Evgeniy Polyakov wrote: On Tue, Jul 06, 2010 at 11:36:37AM -0700, Justin P. Mattock (justinmatt...@gmail.com) wrote: The below patch gets rid of an unused variable ctx reported by GCC when building the kernel. CC [M] drivers/crypto/hifn_795x.o

Re: [PATCH v3]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used

2010-07-06 Thread Evgeniy Polyakov
On Tue, Jul 06, 2010 at 11:36:37AM -0700, Justin P. Mattock (justinmatt...@gmail.com) wrote: The below patch gets rid of an unused variable ctx reported by GCC when building the kernel. CC [M] drivers/crypto/hifn_795x.o drivers/crypto/hifn_795x.c: In function 'hifn_flush':