From d30fe529226dcf48ecca632430225a1d40290a71 Mon Sep 17 00:00:00 2001 From: "Syed Mohammed, Khasim" Date: Mon, 23 Apr 2007 19:49:36 -0500 Subject: [PATCH] Formating changes for Basic OMAP2430 High speed I2C Resubmitting after incorporating review comments This patch contains the formatting changes. Signed-off-by: Syed Mohammed Khasim Files: drivers/i2c/busses/i2c-omap.c ============================================================================= Signed-off-by: Tony Lindgren --- drivers/i2c/busses/i2c-omap.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index 81e481ad85e..68d9071f592 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c @@ -2,13 +2,15 @@ * TI OMAP I2C master mode driver * * Copyright (C) 2003 MontaVista Software, Inc. - * Copyright (C) 2004 Texas Instruments. - * - * Updated to work with multiple I2C interfaces on 24xx by - * Tony Lindgren and Imre Deak * Copyright (C) 2005 Nokia Corporation + * Copyright (C) 2004 - 2007 Texas Instruments. * - * Cleaned up by Juha Yrjölä + * Originally written by MontaVista Software, Inc. + * Additional contributions by: + * Tony Lindgren + * Imre Deak + * Juha Yrjölä + * Syed Khasim * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -257,9 +259,9 @@ static int omap_i2c_init(struct omap_i2c_dev *dev) /* Enable interrupts */ omap_i2c_write_reg(dev, OMAP_I2C_IE_REG, - (OMAP_I2C_IE_XRDY | OMAP_I2C_IE_RRDY | - OMAP_I2C_IE_ARDY | OMAP_I2C_IE_NACK | - OMAP_I2C_IE_AL)); + (OMAP_I2C_IE_XRDY | OMAP_I2C_IE_RRDY | + OMAP_I2C_IE_ARDY | OMAP_I2C_IE_NACK | + OMAP_I2C_IE_AL)); return 0; } -- 2.41.1