Re: [PATCH] crypto: talitos - fix descriptor buffer access code

2011-11-08 Thread Kim Phillips
On Tue, 8 Nov 2011 19:34:57 -0600 Kim Phillips wrote: > commit 3e721ae (crypto: talitos - handle descriptor not found in > error path) used the wrong offset method to access a channel's > descriptor buffer registers - the TALITOS_DESCBUF macro > doesn't take a channel argument. Fix it to use the

[PATCH] crypto: talitos - fix descriptor buffer access code

2011-11-08 Thread Kim Phillips
commit 3e721ae (crypto: talitos - handle descriptor not found in error path) used the wrong offset method to access a channel's descriptor buffer registers - the TALITOS_DESCBUF macro doesn't take a channel argument. Fix it to use the base chan[x].reg offset instead. Signed-off-by: Kim Phillips