commit | 9c02e2852fcabf0e1542929e887867d01414dec6 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Fri Oct 06 15:04:55 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Oct 12 22:55:32 2017 +0800 |
tree | 99a735a61fad3b7c304009c0881ae26a13143afa | |
parent | fd5ea7f011932d121e89e470992aaff8547c761f [diff] |
crypto: talitos - don't check the number of channels at each interrupt The number of channels is known from the beginning, no need to test it everytime. This patch defines two additional done functions handling only channel 0. Then the probe registers the correct one based on the number of channels. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>