Subject: Re: CVS commit: src/sys/arch/arm/xscale
To: None <matt@netbsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 10/30/2003 17:12:56
On Thursday, October 30, 2003, at 02:03  PM, Matt Thomas wrote:

>
> Module Name:	src
> Committed By:	matt
> Date:		Thu Oct 30 22:03:46 UTC 2003
>
> Modified Files:
> 	src/sys/arch/arm/xscale: becc_pci.c
>
> Log Message:
> Fix (real) uninitialized error.  (Someone familiar with this should see
> if is really an error).

Not really, since there can't be any other device numbers on bus #0 of 
a BECC.  But it's certainly nice to catch it in any case.

There was one minor nit which I fixed.  Thanks!

         -- Jason R. Thorpe <thorpej@wasabisystems.com>