(trimmed cc:'s since, IMO, isn't really all that general interest) Jeff Garzik wrote: > drivers/atm/zatm.c: In function ?zatm_open?: > drivers/atm/zatm.c:919: warning: ?pcr? may be used uninitialized in this > function
Yeah, looks like a bug. Not very high-impact because: 1. it only results in garbled data in vcc->qos.txtp which doesn't really mean much for UBR vcc's anyway 2. zatm is a more-obscure-than-obscure piece of hardware. I'm sure 3c501.c has more users these days :-) The fix is for alloc_shaper() should really do "*pcr = ATM_MAX_PCR" in the "if (ubr)" stanza. Chas, want to submit that in the next batch of patches? -Mitch - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html