forked from Minki/linux
staging: olpc_dcon: add whitespace around binary operators
This fixes a coding style issue where whitespace characters were missing around some binary OR operators. Signed-off-by: Kenneth Hsu <kennethhsu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
fce3444aea
commit
bd18762dc9
@ -64,7 +64,7 @@ static int dcon_init_xo_1_5(struct dcon_priv *dcon)
|
|||||||
dcon_clear_irq();
|
dcon_clear_irq();
|
||||||
|
|
||||||
/* set PMIO_Rx52[6] to enable SCI/SMI on gpio12 */
|
/* set PMIO_Rx52[6] to enable SCI/SMI on gpio12 */
|
||||||
outb(inb(VX855_GPI_SCI_SMI)|BIT_GPIO12, VX855_GPI_SCI_SMI);
|
outb(inb(VX855_GPI_SCI_SMI) | BIT_GPIO12, VX855_GPI_SCI_SMI);
|
||||||
|
|
||||||
/* Determine the current state of DCONLOAD, likely set by firmware */
|
/* Determine the current state of DCONLOAD, likely set by firmware */
|
||||||
/* GPIO1 */
|
/* GPIO1 */
|
||||||
@ -129,7 +129,7 @@ static void dcon_wiggle_xo_1_5(void)
|
|||||||
udelay(5);
|
udelay(5);
|
||||||
|
|
||||||
/* set PMIO_Rx52[6] to enable SCI/SMI on gpio12 */
|
/* set PMIO_Rx52[6] to enable SCI/SMI on gpio12 */
|
||||||
outb(inb(VX855_GPI_SCI_SMI)|BIT_GPIO12, VX855_GPI_SCI_SMI);
|
outb(inb(VX855_GPI_SCI_SMI) | BIT_GPIO12, VX855_GPI_SCI_SMI);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void dcon_set_dconload_xo_1_5(int val)
|
static void dcon_set_dconload_xo_1_5(int val)
|
||||||
|
Loading…
Reference in New Issue
Block a user