| commit | 67ec2f805a5260c041b1c3c7a86ecfbc9670db06 | [log] [tgz] |
|---|---|---|
| author | John W. Linville <linville@tuxdriver.com> | Tue Oct 18 21:31:01 2005 -0400 |
| committer | Jeff Garzik <jgarzik@pobox.com> | Tue Oct 18 22:29:14 2005 -0400 |
| tree | 5cfe4895d39172cdc8afa192932d436322ca3be7 | |
| parent | 36841c9d02870983c2b08c85d56572c1ff011997 [diff] |
[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 <linville@tuxdriver.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>