commit | 910f7bb164fa888ff925e337bf8fd479abb157f9 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Mon Jan 10 22:31:13 2011 +0300 |
committer | Jeff Garzik <jgarzik@redhat.com> | Fri Jan 28 03:07:04 2011 -0500 |
tree | 87c834ebff3a9c60a3e48a8d76fdfde349eff449 | |
parent | 40d69ba029c8d5de51aaeb5358999266c482d00a [diff] |
pata_hpt37x: fold 'if' statement into 'switch' hpt37x_init_one() has a large *if* statement which should really be folded into the *switch* statement that currently constitutes its *else* branch, reducing one level of indentation... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>