Thread (28 messages) 28 messages, 4 authors, 2009-03-16

Re: [PATCH 11/13] sdhci: Add quirk for controllers that need IRQ re-init after reset

From: Anton Vorontsov <hidden>
Date: 2009-02-13 17:31:04
Also in: lkml

On Fri, Feb 13, 2009 at 04:47:13PM +0100, Laurent Pinchart wrote:
Hi Anton,

On Friday 13 February 2009 15:47:38 Anton Vorontsov wrote:
[...]
quoted
sdhci_host *host) static void sdhci_reset(struct sdhci_host *host, u8 mask)
 {
 	unsigned long timeout;
+	u32 ier = 0; /* shut up gcc */
You should use

	u32 uninitialized_var(ier);

instead to avoid generating extra code.
Thanks Laurent, will fix.

-- 
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help