Tag: 880b8ffd45bf46f783b8b0d009487d89fd37b608

ASoC: pl022_ds.c: Add of_node_put to avoid memory leak

Author: Julia Lawall <julia@diku.dk> Add a call to of_node_put in the error handling code following a call to of_parse_phandle. This patch also moves the existing call to of_node_put tothe end of the error handling code, to make it possible to jump to of_node_put without doing the other cleanup operations. These appear to be disjoint operations, …

Continue reading