powerpc/pseries/pci: Use NULL instead of 0 for pointers
authorTushar Behera <tushar.behera@linaro.org>
Mon, 19 Nov 2012 18:31:52 +0000 (18:31 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 10 Jan 2013 06:00:19 +0000 (17:00 +1100)
The third argument for of_get_property() is a pointer, hence pass
NULL instead of 0.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found