On Fri, 18 Jun 2021 17:02:19 +0100, Jon Hunter wrote: > The cppcheck tool issues the following warning for the Tegra194 PCIe > driver ... > > $ cppcheck --enable=all drivers/pci/controller/dwc/pcie-tegra194.c > Checking drivers/pci/controller/dwc/pcie-tegra194.c ... > > drivers/pci/controller/dwc/pcie-tegra194.c:1829:23: portability: > Shifting signed 32-bit value by 31 bits is > implementation-defined behaviour. See condition at line 1826. > [shiftTooManyBitsSigned] > > [...] Applied to pci/tegra, thanks! [1/1] PCI: tegra194: Fix shiftTooManyBitsSigned warning for Tegra194 https://git.kernel.org/lpieralisi/pci/c/b1eca3a544 Thanks, Lorenzo