[PATCH] sundance: remove if (1) { ... } block in sundance_probe1
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 19 Oct 2005 01:31:01 +0000 (21:31 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 19 Oct 2005 02:29:14 +0000 (22:29 -0400)
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 <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found