All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Remove warning in tlv320aic23.c
@ 2007-05-19 14:53 Dirk Behme
  0 siblings, 0 replies; only message in thread
From: Dirk Behme @ 2007-05-19 14:53 UTC (permalink / raw)
  To: linux-omap-open-source

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


Remove warning in tlv320aic23.c about unused variable

Signed-off-by: Dirk Behme <dirk.behme@gmail.com>


[-- Attachment #2: fix_warning_tlv320aic23.txt --]
[-- Type: text/plain, Size: 381 bytes --]

Index: linux-osk/drivers/i2c/chips/tlv320aic23.c
===================================================================
--- linux-osk.orig/drivers/i2c/chips/tlv320aic23.c
+++ linux-osk/drivers/i2c/chips/tlv320aic23.c
@@ -652,8 +652,6 @@ static int __init aic23_init(void)
 
 static void __exit aic23_exit(void)
 {
-	int res;
-
 	aic23_power_down();
 	i2c_del_driver(&aic23_driver);
 

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-19 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 14:53 [PATCH] ARM: OMAP: Remove warning in tlv320aic23.c Dirk Behme

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.