On Wed, Jun 3, 2020 at 1:06 AM Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> wrote: > > - The atomisp staging driver was resurrected. It is meant to work with > 4 generations of cameras on Atom-based laptops, tablets and cell > phones. So, it seems worth investing time to cleanup this driver and > making it in good shape. Hmm. It causes a warning for me: drivers/staging/media/atomisp/pci/atomisp_v4l2.c:764:12: warning: ‘atomisp_mrfld_power’ defined but not used [-Wunused-function] which is a bit annoying. I can see the FIXME's there, but the warning still isn't acceptable. I'll add a fixup commit. I was going to do it in the merge itself, but decided that was a bit too subtle. Linus