From: Fabio Estevam Date: Mon, 22 Sep 2014 20:52:07 +0000 (-0600) Subject: PCI: designware: Use NULL instead of false X-Git-Tag: omap-for-v3.19/prcm-cleanup~136^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0dbe087bff6cfffcf8b0c25c08891d66b987be;p=pandora-kernel.git PCI: designware: Use NULL instead of false of_get_address() expects pointers in the third and fourth parameters. Pass NULL in order to fix the following sparse warnings: drivers/pci/host/pcie-designware.c:433:51: warning: Using plain integer as NULL pointer drivers/pci/host/pcie-designware.c:433:58: warning: Using plain integer as NULL pointer Signed-off-by: Fabio Estevam Signed-off-by: Bjorn Helgaas Acked-by: Lucas Stach Acked-by: Jingoo Han --- Reading git-diff-tree failed