drivers/atm/ambassador: kill uninit'd var warning, and fix bug
authorJeff Garzik <jeff@garzik.org>
Tue, 17 Jul 2007 06:32:21 +0000 (02:32 -0400)
committerJeff Garzik <jeff@garzik.org>
Tue, 17 Jul 2007 20:18:01 +0000 (16:18 -0400)
An uninitialized variable warning illuminated an area where indeed the
variable was being used without initialization.  Unfortunately, after
verifying all such paths were fixed, the warning still appears.  So we
follow the initialization practice of other variables in this function.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found