Re: [RFT PATCH] net: axienet: Fix devm_ioremap_resource return value check

From: SÃren Brinkmann
Date: Thu Jul 09 2015 - 17:04:19 EST


On Thu, 2015-07-09 at 10:21PM +0900, Krzysztof Kozlowski wrote:
> Value returned by devm_ioremap_resource() was checked for non-NULL but
> devm_ioremap_resource() returns IOMEM_ERR_PTR, not NULL. In case of
> error this could lead to dereference of ERR_PTR.
>
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@xxxxxxxxx>
> Cc: <stable@xxxxxxxxxxxxxxx>
> Fixes: 46aa27df8853 ("net: axienet: Use devm_* calls")
Reviewed-by: SÃren Brinkmann <soren.brinkmann@xxxxxxxxxx>

SÃren
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/