lkml.org 
[lkml]   [2014]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/2] ASoC: Remove 'const' from the device_node pointers
On Sun, Nov 09, 2014 at 08:33:45PM +0100, Jean-Francois Moine wrote:

> index 7ba7130..405f967 100644
> --- a/include/sound/soc.h
> +++ b/include/sound/soc.h
> @@ -886,7 +886,7 @@ struct snd_soc_platform_driver {
>
> struct snd_soc_dai_link_component {
> const char *name;
> - const struct device_node *of_node;
> + struct device_node *of_node;
> const char *dai_name;
> };
>

The changelog talked about of_node_put() but I'm not seeing anything in
the code which calls that except snd_soc_of_get_dai_name()? Everything
else just does comparisons of the pointer AFIACT from a quick scan
through.
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2014-11-10 21:21    [W:0.082 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site