]> git.karo-electronics.de Git - linux-beck.git/commit
powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers
authorTushar Behera <tushar.behera@linaro.org>
Tue, 20 Nov 2012 04:31:51 +0000 (10:01 +0530)
committerKumar Gala <galak@kernel.crashing.org>
Sun, 25 Nov 2012 13:00:19 +0000 (07:00 -0600)
commite9c36b0b09f29f4edefa5bfcbc7247bb8419edce
tree86bf9b0cce5a217395cbda31b8dc5383f89c305f
parentcedddd812a79a4fda3885a15711aee3de78c4a24
powerpc/85xx: p1022ds: Use NULL instead of 0 for pointers

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: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/p1022_ds.c