1
0
Fork 0

LF-1595 dma: pxp: fix the typo for possible_inputs_s1 checking

Coverity Issue ID: 379378

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Fancy Fang <chen.fang@nxp.com>
(cherry picked from commit 9a66eb111f9419b93a4d3a3786e05488522cf9a6)
5.4-rM2-2.2.x-imx-squashed
Robby Cai 2020-07-01 17:06:46 +08:00
parent 2d98ad7b3a
commit fe7318abc1
1 changed files with 1 additions and 1 deletions

View File

@ -3354,7 +3354,7 @@ reparse:
filter_possible_inputs(input_s0, &possible_inputs_s0);
filter_possible_inputs(input_s1, &possible_inputs_s1);
if (!possible_inputs_s0 || !possible_inputs_s0)
if (!possible_inputs_s0 || !possible_inputs_s1)
return -EINVAL;
filter_possible_outputs(output, &possible_outputs);