From: Jeff Garzik Date: Tue, 17 Jul 2007 06:32:21 +0000 (-0400) Subject: drivers/atm/ambassador: kill uninit'd var warning, and fix bug X-Git-Tag: v2.6.23-rc1~515^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1734d2388cc45ecdec58615e35955d0d402f938;p=pandora-kernel.git 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 --- Reading git-diff-tree failed