* [U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues
@ 2015-10-23 8:32 Minkyu Kang
2015-11-02 5:39 ` Minkyu Kang
0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2015-10-23 8:32 UTC (permalink / raw)
To: u-boot
This patch will fix these checkpatch issues.
+static const char *mmc_regulators[] = {
CHECK: Blank lines aren't necessary before a close brace '}'
+
+}
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
board/samsung/odroid/odroid.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/board/samsung/odroid/odroid.c b/board/samsung/odroid/odroid.c
index 32155f1..36d493d 100644
--- a/board/samsung/odroid/odroid.c
+++ b/board/samsung/odroid/odroid.c
@@ -33,13 +33,6 @@ enum {
ODROID_TYPES,
};
-static const char *mmc_regulators[] = {
- "VDDQ_EMMC_1.8V",
- "VDDQ_EMMC_2.8V",
- "TFLASH_2.8V",
- NULL,
-};
-
void set_board_type(void)
{
/* Set GPA1 pin 1 to HI - enable XCL205 output */
@@ -428,6 +421,13 @@ int exynos_init(void)
int exynos_power_init(void)
{
+ const char *mmc_regulators[] = {
+ "VDDQ_EMMC_1.8V",
+ "VDDQ_EMMC_2.8V",
+ "TFLASH_2.8V",
+ NULL,
+ };
+
if (regulator_list_autoset(mmc_regulators, NULL, true))
error("Unable to init all mmc regulators");
@@ -450,7 +450,6 @@ static int s5pc210_phy_control(int on)
return regulator_set_mode(dev, OPMODE_ON);
else
return regulator_set_mode(dev, OPMODE_LPM);
-
}
struct s3c_plat_otg_data s5pc210_otg_data = {
--
1.7.9.5
--
Thanks,
Minkyu Kang.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues
2015-10-23 8:32 [U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues Minkyu Kang
@ 2015-11-02 5:39 ` Minkyu Kang
0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2015-11-02 5:39 UTC (permalink / raw)
To: u-boot
On 23/10/15 17:32, Minkyu Kang wrote:
> This patch will fix these checkpatch issues.
>
> +static const char *mmc_regulators[] = {
>
> CHECK: Blank lines aren't necessary before a close brace '}'
> +
> +}
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
> board/samsung/odroid/odroid.c | 15 +++++++--------
> 1 file changed, 7 insertions(+), 8 deletions(-)
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-02 5:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 8:32 [U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues Minkyu Kang
2015-11-02 5:39 ` Minkyu Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox