freebsd / drm-kmod

drm driver for FreeBSD
148 stars 68 forks source link

drm-kmod 5.15-lts: make LINT kernels compile #268

Closed bzfbd closed 6 months ago

bzfbd commented 7 months ago

Around various optional KTR macro CTR calls unused variables were used. Initialise the variable, use the local variable (otherwise set but not used) rather than the one passed in. Also func is not a string literal which can be concatenated to a string, so use %s in the format string and (if needed) split up the CTR call into two calls.

Sponsored by: The FreeBSD Foundation (MFC wifi bits w/o breaking the build)