Kenji Kaneshige 3aa50c4462 pciehp: remove needless command completed interrupt setting
Currently, pciehp driver enables command completed interrupt as follows.

(1) Don't enable at initialization.
(2) Enable command completed interrupt whenever pciehp issues a
    command, if the command doesn't attempt to disable the interrupt.
(3) Disable command completed interrupt at driver unloading.

Once we enable command completed interrupt, we don't need to re-enable
it for every command. So we can simplify above steps as follows:

(1) Enable command completed interrupt at initialization.
(2) No special sequence for command completed interrupt.
(3) Disable command completed interrupt at driver unloading.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
2008-06-27 13:01:03 -07:00
..
2005-10-18 08:26:15 -07:00
2008-04-20 21:47:07 -07:00
2008-04-20 21:47:02 -07:00
2008-04-20 21:47:06 -07:00
2008-04-20 21:47:13 -07:00
2008-06-10 14:37:03 -07:00
2008-06-25 16:05:13 -07:00
2006-12-01 14:36:56 -08:00
2008-06-25 16:05:13 -07:00
2008-06-10 10:59:49 -07:00
2008-04-20 21:47:03 -07:00
2008-03-03 10:47:14 -08:00
2008-04-20 21:46:54 -07:00
2008-06-25 16:05:13 -07:00
2008-06-25 16:05:13 -07:00
2008-06-25 16:05:13 -07:00
2008-06-10 14:37:03 -07:00