8 Dec
2021
8 Dec
'21
1:05 a.m.
Hi Ameer
Ah, you posted the patch :)
Subject: [PATCH v2] ASoC: test-component: fix null pointer dereference.
Dereferncing of_id pointer will result in exception in current implementation since of_match_device() will assign it to NULL. Adding NULL check for protection.
Previous your patch was already accepted, thus this is not v2 patch. git log should indicate is replace of_match_device() to of_device_get_match_data()
Best regards --- Kuninori Morimoto