Re: [PATCH v3] ASoC: sirf-audio: Remove redundant of_match_node call

2019-03-27 Thread Mukesh Ojha
On 3/23/2019 3:30 AM, Aditya Pakki wrote: Unlike other drivers probe method, of_match_node return value is not used or checked. This patch removes the redundant code. Instead could be written like "Use of `of_match_node` is redundant in sirf-audio-codec driver probe. Remove it."

Re: [PATCH v3] ASoC: sirf-audio: Remove redundant of_match_node call

2019-03-25 Thread Steven Price
On 22/03/2019 22:00, Aditya Pakki wrote: > Unlike other drivers probe method, of_match_node return value > is not used or checked. This patch removes the redundant code. > > Signed-off-by: Aditya Pakki Reviewed-by: Steven Price > > --- > v2: Move the signed by above the version change log >

[PATCH v3] ASoC: sirf-audio: Remove redundant of_match_node call

2019-03-22 Thread Aditya Pakki
Unlike other drivers probe method, of_match_node return value is not used or checked. This patch removes the redundant code. Signed-off-by: Aditya Pakki --- v2: Move the signed by above the version change log v1: A check is unnecessary as match is never used. ---