]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitb1734d2388cc45ecdec58615e35955d0d402f938
tree22218bc7fb0428ac6566a056a7f76edf92b44cdd
parentea8b4db97aa41a66c05daa4055a1974692ccd52d
drivers/atm/ambassador: kill uninit'd var warning, and fix bug

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>
drivers/atm/ambassador.c