commit | b1734d2388cc45ecdec58615e35955d0d402f938 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jeff@garzik.org> | Tue Jul 17 02:32:21 2007 -0400 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Jul 17 16:18:01 2007 -0400 |
tree | 22218bc7fb0428ac6566a056a7f76edf92b44cdd | |
parent | ea8b4db97aa41a66c05daa4055a1974692ccd52d [diff] |
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>