mbox series

[0/2] Compiler warning fixes

Message ID 20230801071430.3302630-1-sakari.ailus@linux.intel.com
Headers show
Series Compiler warning fixes | expand

Message

Sakari Ailus Aug. 1, 2023, 7:14 a.m. UTC
Hi folks,

These two little patches address a couple of compiler and smatch warnings.

Sakari Ailus (2):
  media: ccs-pll: Initialise best_div to avoid a compiler warning
  media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler
    warning

 drivers/media/i2c/ccs-pll.c              | 2 +-
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)