Re: [PATCH] PCI: cadence: Fix enum type mismatch warning in LTSSM debugfs
Aksh Garg <[email protected]>
| Newsgroups | gmane.linux.kernel.pci,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 21/08/26 04:53, Hans Zhang wrote: > Fix Clang -Wenum-compare-conditional warning by using a single u32 > variable to hold the LTSSM status value, replacing two separate enum > variables of different types. > > Reported-by: kernel test robot <[email protected]> > Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ > Fixes: d70e964dc099 ("PCI: cadence: Add LGA IP debugfs for LTSSM status") > Signed-off-by: Hans Zhang <[email protected]> Reviewed-by: Aksh Garg <[email protected]> Regards, Aksh Garg