From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 10 Aug 2009 14:54:56 -0700 Subject: [U-Boot] [PATCH] net: phy: bugfixes: mv88E61xx compiler warnings fixed In-Reply-To: <1249912399-13468-1-git-send-email-prafulla@marvell.com> References: 20090810082544.33D25833DBD2@gemini.denx.de <1249912399-13468-1-git-send-email-prafulla@marvell.com> Message-ID: <4A809730.8080106@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Prafulla, Prafulla Wadaskar wrote: > 1. mv88E61xx driver compiler warnings fixed > 2. idstr if-else statements changed to switch() construct > and added default case too. > This fixed idstr may be uninitialized warning > > Signed-off-by: Prafulla Wadaskar > --- Applied to net repo. thanks, Ben