diff options
author | Mark Brown <broonie@kernel.org> | 2018-08-28 20:03:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-28 20:03:57 +0200 |
commit | 6e2d6b2728fcb408eabd7991804f8cb33ff59f20 (patch) | |
tree | 18dc3fc5bd55fa9ff92430e4ab8353de6c5c0e55 /include/media/v4l2-common.h | |
parent | ASoC: rt5514: Fix the issue of the delay volume applied again (diff) | |
parent | Linux 4.19-rc1 (diff) | |
download | linux-6e2d6b2728fcb408eabd7991804f8cb33ff59f20.tar.xz linux-6e2d6b2728fcb408eabd7991804f8cb33ff59f20.zip |
Merge tag 'v4.19-rc1' into asoc-4.19
Linux 4.19-rc1
Diffstat (limited to 'include/media/v4l2-common.h')
-rw-r--r-- | include/media/v4l2-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index 160bca96d524..cdc87ec61e54 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -338,7 +338,7 @@ void v4l_bound_align_image(unsigned int *width, unsigned int wmin, ({ \ BUILD_BUG_ON(sizeof((array)->width_field) != sizeof(u32) || \ sizeof((array)->height_field) != sizeof(u32)); \ - (typeof(&(*(array))))__v4l2_find_nearest_size( \ + (typeof(&(array)[0]))__v4l2_find_nearest_size( \ (array), array_size, sizeof(*(array)), \ offsetof(typeof(*(array)), width_field), \ offsetof(typeof(*(array)), height_field), \ |