diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 14:55:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-12-29 14:55:41 -0500 |
commit | d0c8f6ad8b381dd572576ac50b9696d4d31142bb (patch) | |
tree | b09622a7a2fbfe99b8487a1d44a11eb7f393ce15 /scripts | |
parent | e3401c2d3804ec67f90ac20ce684171a02c8bf3e (diff) | |
download | linux-stable-d0c8f6ad8b381dd572576ac50b9696d4d31142bb.tar.gz linux-stable-d0c8f6ad8b381dd572576ac50b9696d4d31142bb.tar.bz2 linux-stable-d0c8f6ad8b381dd572576ac50b9696d4d31142bb.zip |
media: imx: fix breakages when compiling for arm
As reported:
drivers/staging/media/imx/imx-media-dev.c: In function 'find_async_subdev':
>> drivers/staging/media/imx/imx-media-dev.c:55:49: error: request for member 'name' in something not a structure or union
if (devname && !strcmp(asd->match.device_name.name,
^
drivers/staging/media/imx/imx-media-dev.c: In function 'imx_media_add_async_subdev':
drivers/staging/media/imx/imx-media-dev.c:110:25: error: request for member 'name' in something not a structure or union
asd->match.device_name.name = devname;
^
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions