Title: [9266] trunk/sound/soc/blackfin/bf5xx-ad73311.c: bf5xx-ad73311: convert local funcs to void ret
Revision
9266
Author
vapier
Date
2010-10-21 00:45:28 -0400 (Thu, 21 Oct 2010)

Log Message

bf5xx-ad73311: convert local funcs to void ret

Modified Paths


Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ad73311.c (9265 => 9266)


--- trunk/sound/soc/blackfin/bf5xx-ad73311.c	2010-10-21 04:40:13 UTC (rev 9265)
+++ trunk/sound/soc/blackfin/bf5xx-ad73311.c	2010-10-21 04:45:28 UTC (rev 9266)
@@ -117,21 +117,20 @@
 	.codec_dev = &soc_codec_dev_ad73311,
 };
 
-static int snd_ad73311_reset(void)
+static void snd_ad73311_reset(void)
 {
 	gpio_set_value(GPIO_RESET, 0);
 	udelay(100);
 	gpio_set_value(GPIO_RESET, 1);
 }
 
-static int snd_ad73311_startup(void)
+static void snd_ad73311_startup(void)
 {
 	pr_debug("%s enter\n", __func__);
 
 	/* Pull up SE pin on AD73311L */
 	gpio_set_value(GPIO_SE, 1);
 	udelay(1);
-	return 0;
 }
 
 static int snd_ad73311_configure(void)
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to