From: Melchior FRANZ Date: Wed, 22 Dec 2010 12:55:24 +0000 (+0100) Subject: USB: DL100B webmail notifier: initialize return value X-Git-Tag: v2.6.38-rc3~7^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952eca0a95e27660f7a56a7186b9bd09d791ced4;p=pandora-kernel.git USB: DL100B webmail notifier: initialize return value If case of an unknown usb_device_id->driver_info (which could only occur if the info got corrupted somewhere outside the usbled driver), a debug message depended on an uninitialized value. This was harmless, but ugly, and gets fixed with this patch. Signed-off-by: Melchior FRANZ Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed