summaryrefslogtreecommitdiffstats
path: root/drivers/staging/cxt1e1
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2014-03-23 11:18:26 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-18 15:58:32 -0700
commit4786c87a1ec339ee9383e7f91a0aac2e7799ea67 (patch)
tree33b96224ddc77867682a6fb68d9af9041c71690f /drivers/staging/cxt1e1
parenteef74d4aaada31e7c39c10a03cb709238c3ba037 (diff)
downloadop-kernel-dev-4786c87a1ec339ee9383e7f91a0aac2e7799ea67.zip
op-kernel-dev-4786c87a1ec339ee9383e7f91a0aac2e7799ea67.tar.gz
STAGING: cxt1e1: Remove curly braces
Removes unnecessary curly braces from for loop in eeprom_delay. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/cxt1e1')
-rw-r--r--drivers/staging/cxt1e1/pmc93x6_eeprom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/cxt1e1/pmc93x6_eeprom.c b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
index 6153499..ba588f1 100644
--- a/drivers/staging/cxt1e1/pmc93x6_eeprom.c
+++ b/drivers/staging/cxt1e1/pmc93x6_eeprom.c
@@ -133,9 +133,8 @@ static void eeprom_delay(void)
{
int timeout;
- for (timeout = 20; timeout; --timeout) {
+ for (timeout = 20; timeout; --timeout)
OS_uwait_dummy();
- }
}
/*------------------------------------------------------------------------
OpenPOWER on IntegriCloud