]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: proximity: hx9023s: fix assignment order for __counted_by
authorYasin Lee <yasin.lee.x@gmail.com>
Fri, 13 Feb 2026 15:14:43 +0000 (23:14 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 23 Feb 2026 08:24:38 +0000 (08:24 +0000)
commit585b90c0161ab77416fe3acdbdc55b978e33e16c
tree23d39faa85417c8e90c5bfb2f90fc761b0f17633
parentf55b9510cd9437da3a0efa08b089caeb47595ff1
iio: proximity: hx9023s: fix assignment order for __counted_by

Initialize fw_size before copying firmware data into the flexible
array member to match the __counted_by() annotation. This fixes the
incorrect assignment order that triggers runtime safety checks.

Fixes: e9ed97be4fcc ("iio: proximity: hx9023s: Added firmware file parsing functionality")
Signed-off-by: Yasin Lee <yasin.lee.x@gmail.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/proximity/hx9023s.c