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

From: Anton Vorontsov
Date: Fri Feb 13 2009 - 12:31:05 EST


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:
[...]
> > 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@xxxxxxxxx
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/