diff options
| author | Holger Brunck <[email protected]> | 2012-11-02 00:15:09 +0000 |
|---|---|---|
| committer | Prafulla Wadaskar <[email protected]> | 2013-01-09 04:12:10 +0530 |
| commit | 37bead1a709fd14a97ea7c5fd3efc93be0fc64f5 (patch) | |
| tree | db75af5b8e2ffed17be28d294eb1de16e5c861f1 | |
| parent | 06610e18260419d505f54b573c5b12bac5b29293 (diff) | |
km/common: cosmetic change reported from checkpatch
Signed-off-by: Holger Brunck <[email protected]>
cc: Valentin Longchamp <[email protected]>
cc: Prafulla Wadaskar <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
| -rw-r--r-- | board/keymile/common/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index a90f1124fbe..6f407b78f25 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -121,7 +121,7 @@ int i2c_make_abort(void) { #if defined(CONFIG_HARD_I2C) && !defined(MACH_TYPE_KM_KIRKWOOD) - immap_t *immap = (immap_t *)CONFIG_SYS_IMMR ; + immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; i2c8260_t *i2c = (i2c8260_t *)&immap->im_i2c; /* |
