diff options
| author | Ben Dooks <ben-linux@fluff.org> | 2008-07-28 12:29:09 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@openedhand.com> | 2008-07-28 12:29:09 -0400 |
| commit | 7f71ac9374fec066e428892a68db158946cee1fb (patch) | |
| tree | 56c0ef9140380cfa0ecaff155c6f670f12f7733e /drivers | |
| parent | 96ee41993b5b25ee0fbde2d4dcaac1f8c5ef5cc4 (diff) | |
mfd: Coding style fixes
Fix some coding style fixes in the mfd core driver.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mfd/mfd-core.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/mfd/mfd-core.c b/drivers/mfd/mfd-core.c index 4dc861a7ac56..50207700140c 100644 --- a/drivers/mfd/mfd-core.c +++ b/drivers/mfd/mfd-core.c | |||
| @@ -16,9 +16,9 @@ | |||
| 16 | #include <linux/mfd/core.h> | 16 | #include <linux/mfd/core.h> |
| 17 | 17 | ||
| 18 | static int mfd_add_device(struct platform_device *parent, | 18 | static int mfd_add_device(struct platform_device *parent, |
| 19 | const struct mfd_cell *cell, | 19 | const struct mfd_cell *cell, |
| 20 | struct resource *mem_base, | 20 | struct resource *mem_base, |
| 21 | int irq_base) | 21 | int irq_base) |
| 22 | { | 22 | { |
| 23 | struct resource res[cell->num_resources]; | 23 | struct resource res[cell->num_resources]; |
| 24 | struct platform_device *pdev; | 24 | struct platform_device *pdev; |
| @@ -75,11 +75,10 @@ fail_alloc: | |||
| 75 | return ret; | 75 | return ret; |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | int mfd_add_devices( | 78 | int mfd_add_devices(struct platform_device *parent, |
| 79 | struct platform_device *parent, | 79 | const struct mfd_cell *cells, int n_devs, |
| 80 | const struct mfd_cell *cells, int n_devs, | 80 | struct resource *mem_base, |
| 81 | struct resource *mem_base, | 81 | int irq_base) |
| 82 | int irq_base) | ||
| 83 | { | 82 | { |
| 84 | int i; | 83 | int i; |
| 85 | int ret = 0; | 84 | int ret = 0; |
