2013-03-26 04:54:58

by Sachin Kamat

[permalink] [raw]
Subject: [PATCH 1/1] mfd: max77686: Use NULL instead of 0

'data' is a pointer and hence use NULL instead of 0.
Silences the following warning:
drivers/mfd/max77686.c:49:50: warning: Using plain integer as NULL pointer

Signed-off-by: Sachin Kamat <[email protected]>
Cc: Jonghwa Lee <[email protected]>
---
drivers/mfd/max77686.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c
index 4d73963..1cbb176 100644
--- a/drivers/mfd/max77686.c
+++ b/drivers/mfd/max77686.c
@@ -46,7 +46,7 @@ static struct regmap_config max77686_regmap_config = {

#ifdef CONFIG_OF
static struct of_device_id max77686_pmic_dt_match[] = {
- {.compatible = "maxim,max77686", .data = 0},
+ {.compatible = "maxim,max77686", .data = NULL},
{},
};

--
1.7.4.1


2013-04-08 09:31:06

by Sachin Kamat

[permalink] [raw]
Subject: Re: [PATCH 1/1] mfd: max77686: Use NULL instead of 0

On 26 March 2013 10:13, Sachin Kamat <[email protected]> wrote:
> 'data' is a pointer and hence use NULL instead of 0.
> Silences the following warning:
> drivers/mfd/max77686.c:49:50: warning: Using plain integer as NULL pointer
>
> Signed-off-by: Sachin Kamat <[email protected]>
> Cc: Jonghwa Lee <[email protected]>
> ---
> drivers/mfd/max77686.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c
> index 4d73963..1cbb176 100644
> --- a/drivers/mfd/max77686.c
> +++ b/drivers/mfd/max77686.c
> @@ -46,7 +46,7 @@ static struct regmap_config max77686_regmap_config = {
>
> #ifdef CONFIG_OF
> static struct of_device_id max77686_pmic_dt_match[] = {
> - {.compatible = "maxim,max77686", .data = 0},
> + {.compatible = "maxim,max77686", .data = NULL},
> {},
> };
>
> --
> 1.7.4.1
>

Ping Samuel :)

--
With warm regards,
Sachin

2013-04-08 09:47:51

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH 1/1] mfd: max77686: Use NULL instead of 0

Hi Sachin,

On Tue, Mar 26, 2013 at 10:13:36AM +0530, Sachin Kamat wrote:
> 'data' is a pointer and hence use NULL instead of 0.
> Silences the following warning:
> drivers/mfd/max77686.c:49:50: warning: Using plain integer as NULL pointer
>
> Signed-off-by: Sachin Kamat <[email protected]>
> Cc: Jonghwa Lee <[email protected]>
> ---
> drivers/mfd/max77686.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Patch applied to mfd-next, thanks.

Cheers,
Samuel.

--
Intel Open Source Technology Centre
http://oss.intel.com/