OSDN Git Service

iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks.
authorYoung Xiao <92siuyang@gmail.com>
Tue, 4 Jun 2019 12:40:00 +0000 (20:40 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Jun 2019 20:06:44 +0000 (21:06 +0100)
commit936d3e536dcf88ce80d27bdb637009b13dba6d8c
treef3e06168c730b3754c3b2e0085cb0b951f7bf14c
parentcf344bd67e569b02a6d323a43405ad425396d6ea
iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks.

The incorrect limit for the for_each_set_bit loop was noticed whilst fixing
this other case.  Note that as we only have 3 possible entries a the moment
and the value was set to 4, the bug would not have any effect currently.
It will bite fairly soon though, so best fix it now.

See commit ef4b4856593f ("iio:core: Fix bug in length of event info_mask and
catch unhandled bits set in masks.") for details.

Signed-off-by: Young Xiao <92siuyang@gmail.com>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/industrialio-core.c