Highlights:
-Move atomisp.ko power-magagement to its own pm-domain to silence all
 the PCI subsystem suspend/resume error messages
-Make the driver less chatty / silence debug + false-positive errors output
-Whole bunch of other bugfixes
-ov2680 sensor driver:
 -Significant rework / modernization
 -Move to runtime-pm
 -Drop custom atomisp_gmin_platform regulator/clk poking code,
  replacing it with using ACPI to do the pm for us
-Initial set of patches to make the ov2722 driver work
media: atomisp: pci: sh_css: Inline single invocation of macro STATS_ENABLED()

Inline the single invocation of the macro STATS_ENABLED().
The macro abstraction is not necessary because the logic behind it is only
used once.

Signed-off-by: Brent Pappas <bpappas@pappasbrent.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/r/20230120171408.16099-1-bpappas@pappasbrent.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 file changed