OSDN Git Service

ASoC: sirf-audio: Remove redundant of_match_node call
authorAditya Pakki <pakki001@umn.edu>
Fri, 22 Mar 2019 22:00:29 +0000 (17:00 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2019 12:11:25 +0000 (12:11 +0000)
commit78540a259b050480d20354efaf1055c233728b3b
tree2aa1a63b02be7e31cc92d4fd4ffd600d81c18136
parentcf8817733d10c0147a01c97219dd0551bcf25e08
ASoC: sirf-audio: Remove redundant of_match_node call

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 <pakki001@umn.edu>
Reviewed-by: Steven Price <steven.price@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sirf-audio-codec.c