linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sound: aoa of_node_put and kfree cleanup
@ 2007-01-02 12:50 Mariusz Kozlowski
  2007-01-02 13:12 ` Johannes Berg
  2007-01-08 11:21 ` [Alsa-devel] " Takashi Iwai
  0 siblings, 2 replies; 3+ messages in thread
From: Mariusz Kozlowski @ 2007-01-02 12:50 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linuxppc-dev, alsa-devel, linux-kernel

Hello,

	This patch removes redundant argument checks for of_node_put() and kfree().

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

 sound/aoa/fabrics/snd-aoa-fabric-layout.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -upr linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c
--- linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2006-12-28 12:57:54.000000000 +0100
+++ linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2007-01-02 01:50:26.000000000 +0100
@@ -1034,9 +1034,9 @@ static int aoa_fabric_layout_probe(struc
 	list_del(&ldev->list);
 	layouts_list_items--;
  outnodev:
- 	if (sound) of_node_put(sound);
+ 	of_node_put(sound);
  	layout_device = NULL;
- 	if (ldev) kfree(ldev);
+ 	kfree(ldev);
 	return -ENODEV;
 }
 


-- 
Regards,

	Mariusz Kozlowski

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sound: aoa of_node_put and kfree cleanup
  2007-01-02 12:50 [PATCH] sound: aoa of_node_put and kfree cleanup Mariusz Kozlowski
@ 2007-01-02 13:12 ` Johannes Berg
  2007-01-08 11:21 ` [Alsa-devel] " Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Johannes Berg @ 2007-01-02 13:12 UTC (permalink / raw)
  To: Mariusz Kozlowski; +Cc: linuxppc-dev, alsa-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]

On Tue, 2007-01-02 at 13:50 +0100, Mariusz Kozlowski wrote:

> 	This patch removes redundant argument checks for of_node_put() and kfree().

Looks good to me, thanks.

> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

Acked-by: Johannes Berg <johannes@sipsolutions.net>

>  sound/aoa/fabrics/snd-aoa-fabric-layout.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff -upr linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c
> --- linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2006-12-28 12:57:54.000000000 +0100
> +++ linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2007-01-02 01:50:26.000000000 +0100
> @@ -1034,9 +1034,9 @@ static int aoa_fabric_layout_probe(struc
>  	list_del(&ldev->list);
>  	layouts_list_items--;
>   outnodev:
> - 	if (sound) of_node_put(sound);
> + 	of_node_put(sound);
>   	layout_device = NULL;
> - 	if (ldev) kfree(ldev);
> + 	kfree(ldev);
>  	return -ENODEV;
>  }
>  
> 
> 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Alsa-devel] [PATCH] sound: aoa of_node_put and kfree cleanup
  2007-01-02 12:50 [PATCH] sound: aoa of_node_put and kfree cleanup Mariusz Kozlowski
  2007-01-02 13:12 ` Johannes Berg
@ 2007-01-08 11:21 ` Takashi Iwai
  1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2007-01-08 11:21 UTC (permalink / raw)
  To: Mariusz Kozlowski; +Cc: linuxppc-dev, Johannes Berg, alsa-devel, linux-kernel

At Tue, 2 Jan 2007 13:50:57 +0100,
Mariusz Kozlowski wrote:
> 
> Hello,
> 
> 	This patch removes redundant argument checks for of_node_put() and kfree().
> 
> Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
> 
>  sound/aoa/fabrics/snd-aoa-fabric-layout.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Merged to ALSA tree now.  Thanks.


Takashi

> 
> diff -upr linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c
> --- linux-2.6.20-rc2-mm1-a/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2006-12-28 12:57:54.000000000 +0100
> +++ linux-2.6.20-rc2-mm1-b/sound/aoa/fabrics/snd-aoa-fabric-layout.c	2007-01-02 01:50:26.000000000 +0100
> @@ -1034,9 +1034,9 @@ static int aoa_fabric_layout_probe(struc
>  	list_del(&ldev->list);
>  	layouts_list_items--;
>   outnodev:
> - 	if (sound) of_node_put(sound);
> + 	of_node_put(sound);
>   	layout_device = NULL;
> - 	if (ldev) kfree(ldev);
> + 	kfree(ldev);
>  	return -ENODEV;
>  }
>  
> 
> 
> -- 
> Regards,
> 
> 	Mariusz Kozlowski
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-08 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-02 12:50 [PATCH] sound: aoa of_node_put and kfree cleanup Mariusz Kozlowski
2007-01-02 13:12 ` Johannes Berg
2007-01-08 11:21 ` [Alsa-devel] " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).