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

2010-07-06 Thread Justin P. Mattock
This is version two of fixing a warning message from GCC 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 function 'hifn_process_queue':

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

2010-07-06 Thread Kim Phillips
On Tue, 6 Jul 2010 09:59:38 -0700 Justin P. Mattock justinmatt...@gmail.com wrote: @@ -2035,7 +2034,7 @@ static void hifn_flush(struct hifn_device *dev) spin_lock_irqsave(dev-lock, flags); while ((async_req = crypto_dequeue_request(dev-queue))) { - ctx =