aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/trigger/stm32-timer-trigger.c
diff options
context:
space:
mode:
authorIoana Radulescu <[email protected]>2017-09-28 09:10:33 -0500
committerGreg Kroah-Hartman <[email protected]>2017-10-03 18:34:56 +0200
commit8dabf52ffb6445fa5bcc8b6d2ecb615f60d0dd12 (patch)
tree41177623a4daa6077ab20bfdbc1c9725002a4228 /drivers/iio/trigger/stm32-timer-trigger.c
parentabd4b78793d12691380f95bf620d47f20259b44d (diff)
staging: fsl-mc/dpio: Fix incorrect comparison
For some dpio functions, a cpu id parameter value of -1 is valid and means "any". But when trying to validate this param value against an upper limit, in this case num_possible_cpus(), we risk obtaining the wrong result due to an implicit cast. Avoid an incorrect check result by explicitly comparing the cpu id with the "any" value before verifying the upper bound. Signed-off-by: Ioana Radulescu <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/iio/trigger/stm32-timer-trigger.c')
0 files changed, 0 insertions, 0 deletions