[U-Boot] [PATCH v2] IDE: bail out of dev_print() for unknown device types

Wolfgang Denk wd at denx.de
Fri May 15 09:27:50 CEST 2009


Dear Stefan Roese,

In message <200905150727.09965.sr at denx.de> you wrote:
>
> > This patch re-introduces the missing test for unknown device types.
> >
> > Signed-off-by: Wolfgang Denk <wd at denx.de>
> > Cc: Stefan Roese <sr at denx.de>
> > Cc: Detlev Zundel <dzu at denx.de>
> 
> Tested-by: Stefan Roese <sr at denx.de>

So it's working for you, too?  Good :-)

> One small nitpicking comment though below.
...
> > +	if (dev_desc->type==DEV_TYPE_UNKNOWN) {
> 
> 	if (dev_desc->type == DEV_TYPE_UNKNOWN) {

OK, will fix.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Quote from the Boss... "I didn't say it was your fault.  I said I was
going to blame it on you."


More information about the U-Boot mailing list