crypto: s5p-sss - Remove a stray tab
This code seems correct, but the goto was indented too far. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
7814f552ff
commit
f7daa71560
1 changed files with 1 additions and 1 deletions
|
@ -1461,7 +1461,7 @@ static void s5p_hash_tasklet_cb(unsigned long data)
|
|||
&dd->hash_flags)) {
|
||||
/* hash or semi-hash ready */
|
||||
clear_bit(HASH_FLAGS_DMA_READY, &dd->hash_flags);
|
||||
goto finish;
|
||||
goto finish;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue