Re: another ATM bug

2006-10-01 Thread Mitchell Blank Jr
(cc:'s trimmed again) Jeff Garzik wrote: > drivers/atm/ambassador.c: In function ?amb_open?: > drivers/atm/ambassador.c:1049: warning: ?tx_rate_bits? may be used > uninitialized in this function > > The variable is accessed before the make_rate() error code is checked, Or rather, the make_rate

another ATM bug

2006-10-01 Thread Jeff Garzik
The following warning appears to be real: drivers/atm/ambassador.c: In function ‘amb_open’: drivers/atm/ambassador.c:1049: warning: ‘tx_rate_bits’ may be used uninitialized in this function The variable is accessed before the make_rate() error code is checked, thus accessing an uninit'd value