davinci: edma: fix coding style issue related to usage of braces
authorSekhar Nori <nsekhar@ti.com>
Tue, 4 May 2010 08:41:36 +0000 (14:11 +0530)
committerKevin Hilman <khilman@deeprootsystems.com>
Thu, 6 May 2010 22:55:38 +0000 (15:55 -0700)
In the edma driver, there are couple of instances where braces
are used for a single statement 'if' construct.

There are other instances where 'else' part of the if-else construct
does not use braces even if the 'if' part is a multi-line statement.

This patch fixes both.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>

No differences found