Re: [pci:controller/xilinx-xdma] BUILD REGRESSION 8d786149d78c7784144c7179e25134b6530b714b
From: Segher Boessenkool <hidden>
Date: 2023-10-31 16:30:38
Also in:
linux-pci
From: Segher Boessenkool <hidden>
Date: 2023-10-31 16:30:38
Also in:
linux-pci
On Tue, Oct 31, 2023 at 09:56:00AM -0500, Bjorn Helgaas wrote:
That said, the unused functions do look legit: grackle_set_stg() is a static function and the only call is under "#if 0".
It is a static inline. It is *normal* that that is uncalled. It is very similar to a macro that has no invocation. The warning is overeager. Segher