From: Eric Sesterhenn Date: Wed, 22 Mar 2006 21:49:48 +0000 (+0100) Subject: [PATCH] Use of uninitialized variable in drivers/net/depca.c X-Git-Tag: v2.6.17-rc1~1118^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6bbd29a0284c1b9d33c324ba85f3ebb5509589;p=pandora-kernel.git [PATCH] Use of uninitialized variable in drivers/net/depca.c hi, this fixes coverity bug #888, where the variable dev is used uninitialized. I assume the programmer meant to use mdev, which is initialized. Compile tested only. Signed-off-by: Eric Sesterhenn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed