diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-28 17:44:58 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-14 09:44:02 +0100 |
commit | 740c19895917d9a25abea65fb20fb13af764ac09 (patch) | |
tree | 55aa057085a893b1dbcefe08f1d0939945395943 /drivers/mfd/da903x.c | |
parent | mfd: cros_ec_spi: Repair comparison ordering issue (diff) | |
download | linux-740c19895917d9a25abea65fb20fb13af764ac09.tar.xz linux-740c19895917d9a25abea65fb20fb13af764ac09.zip |
mfd: cs5535-mfd: Add missing line spacing and make local array static
WARNING: Missing a blank line after declarations
+ struct resource *res;
+ res = platform_get_resource(pdev, IORESOURCE_IO, 0);
WARNING: char * array declaration might be better as static const
+ const char *acpi_clones[] = { "olpc-xo1-pm-acpi", "olpc-xo1-sci-acpi" };
total: 0 errors, 2 warnings, 192 lines checked
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/da903x.c')
0 files changed, 0 insertions, 0 deletions