We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24586b5 commit 8c65d35Copy full SHA for 8c65d35
drivers/crypto/caam/error.c
@@ -22,7 +22,7 @@ void caam_dump_sg(const char *level, const char *prefix_str, int prefix_type,
22
size_t len;
23
void *buf;
24
25
- for (it = sg; it && tlen > 0 ; it = sg_next(sg)) {
+ for (it = sg; it && tlen > 0 ; it = sg_next(it)) {
26
/*
27
* make sure the scatterlist's page
28
* has a valid virtual memory mapping
0 commit comments