From: John W. Linville Date: Wed, 19 Oct 2005 01:31:01 +0000 (-0400) Subject: [PATCH] sundance: remove if (1) { ... } block in sundance_probe1 X-Git-Tag: v2.6.15-rc1~733^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ec2f805a5260c041b1c3c7a86ecfbc9670db06;p=pandora-kernel.git [PATCH] sundance: remove if (1) { ... } block in sundance_probe1 Remove an if (1) { ... } block in sundance_probe1. Its purpose seems to be only to allow for delaring some extra local variables. But, it also adds ugly indentation without adding any meaning to the code. Signed-off-by: John W. Linville Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed