From: Jeff Garzik Date: Wed, 11 Oct 2006 08:22:25 +0000 (-0700) Subject: [PATCH] ISDN: several minor fixes X-Git-Tag: v2.6.19-rc2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fd020937f2d09f76a4cd8dbae1f3bec640ff0b;p=pandora-kernel.git [PATCH] ISDN: several minor fixes pcbit: kill 'may be used uninitialized' warning. although the code does eventually fill the 32 bits it cares about, the variable truly is accessed uninitialized in each macro. Easier to just clean it up now. sc: fix a ton of obviously incorrect printk's (some with missing arguments even) Signed-off-by: Jeff Garzik Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed