HomeFreeBSD

Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a

Description

Fix "set but not used" in smartpqi. The PCI_MEM macros don't require a
physical/absolute address in FreeBSD, but it looks like the calling
code might be somewhat portable to other OS's that do require this.
Therefore, set the variables to __unused instead of removing the code
entirely.

Details

Provenance
scottlAuthored on Feb 26 2022, 5:25 PM
Parents
rG407c34e735b5: iscsi: retrieve global login timeout from sysctlbyname() as integer
Branches
Unknown
Tags
Unknown