[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150122074458.GL22024@x1>
Date: Thu, 22 Jan 2015 07:44:58 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Rickard Strandqvist <rickard_strandqvist@...ctrumdigital.se>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Russell King <linux@....linux.org.uk>,
Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] ARM: ux500: Move struct
The subject line is not a good one. Please elaborate.
> Move struct ab8500_ext_regulator_cfg to the only file that is now used in.
Attention to detail --^
> Signed-off-by: Rickard Strandqvist <rickard_strandqvist@...ctrumdigital.se>
> ---
> drivers/regulator/ab8500-ext.c | 6 ++++++
> include/linux/regulator/ab8500.h | 5 -----
> 2 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/regulator/ab8500-ext.c b/drivers/regulator/ab8500-ext.c
> index 84c1ee3..a40c701 100644
> --- a/drivers/regulator/ab8500-ext.c
> +++ b/drivers/regulator/ab8500-ext.c
> @@ -25,6 +25,12 @@
> #include <linux/mfd/abx500/ab8500.h>
> #include <linux/regulator/ab8500.h>
>
> +
Superfluous '\n'.
> +/* AB8500 external regulators */
No need for this commit now.
> +struct ab8500_ext_regulator_cfg {
> + bool hwreq; /* requires hw mode or high power mode */
> +};
> +
Are you sure a struct is required at all now? It only contains a
single bool after all.
> /**
> * struct ab8500_ext_regulator_info - ab8500 regulator information
> * @dev: device pointer
> diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h
> index d8ecefa..802529b 100644
> --- a/include/linux/regulator/ab8500.h
> +++ b/include/linux/regulator/ab8500.h
> @@ -300,11 +300,6 @@ enum ab8540_regulator_reg {
> AB8540_NUM_REGULATOR_REGISTERS,
> };
>
> -/* AB8500 external regulators */
> -struct ab8500_ext_regulator_cfg {
> - bool hwreq; /* requires hw mode or high power mode */
> -};
> -
> enum ab8500_ext_regulator_id {
> AB8500_EXT_SUPPLY1,
> AB8500_EXT_SUPPLY2,
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists