Skip to content

Commit d30ec12

Browse files
author
Fox Snowpatch
committed
1 parent 5165c17 commit d30ec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/fsl/dpio/dpio-service.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ int dpaa2_io_service_enqueue_multiple_desc_fq(struct dpaa2_io *d,
523523
struct qbman_eq_desc *ed;
524524
int i, ret;
525525

526-
ed = kcalloc(sizeof(struct qbman_eq_desc), 32, GFP_KERNEL);
526+
ed = kcalloc(32, sizeof(struct qbman_eq_desc), GFP_KERNEL);
527527
if (!ed)
528528
return -ENOMEM;
529529

0 commit comments

Comments
 (0)