Re: [patch] iommu/vt-d: silence an uninitialized variable warning

From: Joerg Roedel
Date: Thu Apr 07 2016 - 08:52:31 EST


On Wed, Apr 06, 2016 at 09:38:56PM +0300, Dan Carpenter wrote:
> My static checker complains that "dma_alias" is uninitialized unless we
> are dealing with a pci device. This is true but harmless. Anyway, we
> can flip the condition around to silence the warning.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

Applied, thanks.