From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Mon, 18 May 2015 20:44:05 +0000 Subject: Re: [patch] ata: ahci_xgene: potential NULL dereference in probe Message-Id: <20150518204405.GH24861@htj.duckdns.org> List-Id: References: <20150515092415.GA21508@mwanda> In-Reply-To: <20150515092415.GA21508@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Suman Tripathi , linux-ide@vger.kernel.org, kernel-janitors@vger.kernel.org On Fri, May 15, 2015 at 12:24:15PM +0300, Dan Carpenter wrote: > Smatch complains about this potential NULL dereference of "acpi_id". > > Fixes: c9802a4be661 ('ata: ahci_xgene: Add AHCI Support for 2nd HW version of APM X-Gene SoC AHCI SATA Host controller.') > Signed-off-by: Dan Carpenter Applied to libata/for-4.2. Thanks. -- tejun