From: Ruan Jinjie Date: Fri, 11 Aug 2023 07:14:26 +0000 (+0800) Subject: ALSA: Remove redundant of_match_ptr() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f479832b42df596775c1e787e02c7277bfba6a4a;p=linux.git 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