jmb 0a78d0184d code was using wrong temporary variable "i", in place of "j".
i contains the contents of the EP_W0_CONFIG_CTRL register.
	i was being used as the array index into an array on the stack.

	j is initialized to 0 as it should be.

PR:		kern/6757
Reviewed by:	jmb
Submitted by:	Stephane E. Potvin <sepotvin@videotron.ca>
1998-05-26 02:28:18 +00:00
..
1998-05-17 11:53:46 +00:00
1998-05-24 18:29:20 +00:00
1998-05-24 03:25:24 +00:00
1998-05-01 18:30:02 +00:00
1998-04-06 05:11:42 +00:00
1998-02-09 06:11:36 +00:00
1998-05-24 18:29:20 +00:00
1998-05-23 15:17:53 +00:00