From 67ed781228bdcca7a0d2058cf62d0c1860898330 Mon Sep 17 00:00:00 2001 From: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:22 +0800 Subject: [PATCH 1/5] ASoC: atmel: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:23 +0800 Subject: [PATCH 2/5] ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:24 +0800 Subject: [PATCH 3/5] ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:25 +0800 Subject: [PATCH 4/5] ASoC: ssm3515: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie Date: Fri, 11 Aug 2023 15:14:26 +0800 Subject: [PATCH 5/5] ALSA: Remove redundant of_match_ptr() The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie