tbsdtv / linux_media

TBS linux open source drivers
https://github.com/tbsdtv/linux_media/wiki
Other
170 stars 79 forks source link

Compilation issue for v4l2_fwnode on kernel 4.18 #157

Closed amenophiks closed 5 years ago

amenophiks commented 5 years ago

Hi,

During compilation, I encountered issue for v4l2-fwnode.c file compilation.

I saw that a patch is present to take into account the change on fwnode_reference_args argument (args one) When I check patch to apply with linux/patches_for_kernel.pl <version>, the patch _v4.18_fwnode_argsargs.patch is listed, but seems to not been applied as file remains with u64 * args

My configuration:

crazycat69 commented 5 years ago

strange, i compile on ubuntu 18.04 with 4.18 kernel without any issues.

amenophiks commented 5 years ago

Hi, After a new compilation from the beginning, no more issue (4.18.0-17).