All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: removed redundant gpio_mask
@ 2008-07-07 21:51 Matthew Ranostay
  0 siblings, 0 replies; only message in thread
From: Matthew Ranostay @ 2008-07-07 21:51 UTC (permalink / raw)
  To: alsa-devel

An gpio_mask value was defined twice needlessly.

---
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>

diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index c4f3489..a6d1388 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -3669,7 +3669,6 @@ again:
 	/* GPIO0 High = EAPD */
 	spec->gpio_mask = 0x01;
 	spec->gpio_dir = 0x01;
-	spec->gpio_mask = 0x01;
 	spec->gpio_data = 0x01;

 	spec->mux_nids = stac92hd71bxx_mux_nids;

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

only message in thread, other threads:[~2008-07-07 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 21:51 [PATCH] hda: removed redundant gpio_mask Matthew Ranostay

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.