summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci_st.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2016-06-14 00:26:49 (GMT)
committerTejun Heo <tj@kernel.org>2016-06-15 18:26:41 (GMT)
commitf52a4c74efbb61195490535e9d65d964c4ebfee3 (patch)
treec10ce11ac682d4f76858c3b1a4f95070adc82682 /drivers/ata/ahci_st.c
parentdb06d759d6cf903aeda8c107fd3abd366dd80200 (diff)
downloadlinux-f52a4c74efbb61195490535e9d65d964c4ebfee3.tar.xz
ata: fix return value check in ahci_seattle_get_port_info()
In case of error, the function devm_kzalloc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Acked-by: Brijesh Singh <brijesh.singh@amd.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci_st.c')
0 files changed, 0 insertions, 0 deletions