AHCI: Cleanup checking of multiple MSIs/SLM modes
authorAlexander Gordeev <agordeev@redhat.com>
Thu, 25 Sep 2014 13:13:21 +0000 (15:13 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 28 Sep 2014 15:43:56 +0000 (11:43 -0400)
Sharing Last Message (SLM) mode is currently checked in two
functions: ahci_host_activate() and ahci_init_interrupts().
This update consolidates SLM mode check with activation of
multiple MSIs mode.

Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org

No differences found