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.carpen...@oracle.com>
Applied, thanks.