Skip to content
Commit c91bc6cc authored by Xiaotian Feng's avatar Xiaotian Feng Committed by Tejun Heo
Browse files

ahci: fix Null pointer dereference in achi_host_active()

commit b29900e6

 (AHCI: Make distinct names for ports in /proc/interrupts)
introuded a regression, which resulted Null pointer dereference for achi
host with dummy ports. For ahci ports, when the port is dummy port, its
private_data will be NULL, as ata_dummy_port_ops doesn't support ->port_start.

changes in v2: use pp to check dummy ports, update comments

Reported-and-tested-by: default avatarAlex Williamson <alex.williamson@redhat.com>
Signed-off-by: default avatarXiaotian Feng <xtfeng@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
Cc: Alexander Gordeev <agordeev@redhat.com>
Cc: linux-ide@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
parent bb969619
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment