ClangBuiltLinux / linux

Linux kernel source tree
Other
240 stars 14 forks source link

-Wvoid-pointer-to-enum-cast in drivers/i2c/busses/i2c-bcm-iproc.c #1903

Open nickdesaulniers opened 1 year ago

nickdesaulniers commented 1 year ago

via 0day bot: https://lore.kernel.org/llvm/202308081000.tTL1ElTr-lkp@intel.com/

   drivers/i2c/busses/i2c-bcm-iproc.c:1039:3: warning: cast to smaller integer type 'enum bcm_iproc_i2c_type' from 'const void *' [-Wvoid-pointer-to-enum-cast]
    1039 |                 (enum bcm_iproc_i2c_type)of_device_get_match_data(&pdev->dev);
         |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JustinStitt commented 1 year ago

Proposed patch: https://lore.kernel.org/all/20230809-cbl-1903-v1-1-df9d66a3ba3e@google.com/