]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
mfd: Use NULL to initialise NULL pointers in ab8500-debugfs
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Dec 2010 14:06:47 +0000 (14:06 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 14 Jan 2011 11:37:50 +0000 (12:37 +0100)
Partly for coding style reasons, but mostly because sparse warns on it.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Mattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/ab8500-debugfs.c

index dfdc76e0b96eab3f0acc5fa2c82888ff518f7f9c..3c1541ae722321f43b27a01294e553a6d4bcdf58 100644 (file)
@@ -189,7 +189,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
        },
        [AB8500_DBI] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [AB8500_ECI_AV_ACC] = {
                .num_ranges = 1,
@@ -202,7 +202,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
        },
        [0x9] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [AB8500_GPADC] = {
                .num_ranges = 1,
@@ -278,7 +278,7 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
        },
        [AB8500_INTERRUPT] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [AB8500_RTC] = {
                .num_ranges = 1,
@@ -328,19 +328,19 @@ static struct ab8500_i2c_ranges debug_ranges[AB8500_NUM_BANKS] = {
        },
        [0x11] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [0x12] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [0x13] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [0x14] = {
                .num_ranges = 0,
-               .range = 0,
+               .range = NULL,
        },
        [AB8500_OTP_EMUL] = {
                .num_ranges = 1,