From: Xiaotian Feng Date: Tue, 23 Jul 2013 03:54:10 +0000 (+0800) Subject: ahci: fix Null pointer dereference in achi_host_active() X-Git-Tag: v3.11-rc3~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c91bc6ccd13254826fdfceddba0f3b5e308aa93e;p=pandora-kernel.git 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: Alex Williamson Signed-off-by: Xiaotian Feng Signed-off-by: Tejun Heo Cc: Alexander Gordeev Cc: linux-ide@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- Reading git-diff-tree failed