commit | 859faa875ed6760fcdfaf6f1fec1155a7e43dc21 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Mon Dec 07 23:36:15 2009 +0400 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon Mar 01 14:58:43 2010 -0500 |
tree | 525825451ac60ed69476139cdc5355cf68762920 | |
parent | 1a1b172b9672e88d37adb5925b509e9236625d7e [diff] |
pata_hpt366: remove redundant code There's no need to clear the fast interrupt bit in hpt366_set_mode() since we're doing it in hpt366_init_chipset() already. While at it, rename 'addr1' local variable to 'addr' and exclude 'ap->port_no' from its calculation as HPT36x are single-channel-per-function chips. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>