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-22 00:03:23 +00:00
1998-05-17 11:53:46 +00:00
1998-04-15 17:47:40 +00:00