24 Mar
2023
24 Mar
'23
7:51 a.m.
On Thu, 23 Mar 2023 21:27:13 +0100, Tom Rix wrote:
clang with W=1 reports sound/pci/rme9652/hdspm.c:6149:19: error: unused function 'copy_u32_le' [-Werror,-Wunused-function] static inline int copy_u32_le(void __user *dest, void __iomem *src) ^ This function is not used so remove it.
Signed-off-by: Tom Rix trix@redhat.com
Applied to for-next branch. Thanks.
Takashi