X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Flasat%2Fat93c.c;h=793e234719a66c1539861e36483a380bbd08310f;hb=f26e51f67ae6a75ffc57b96cf5fe096f75e778cb;hp=ca26e554615ee62bd99522106cd5f2cf9594034a;hpb=64c4813d9ea0d646a0652bd9dcc5b40db6ddce69;p=linux-2.6-omap-h63xx.git diff --git a/arch/mips/lasat/at93c.c b/arch/mips/lasat/at93c.c index ca26e554615..793e234719a 100644 --- a/arch/mips/lasat/at93c.c +++ b/arch/mips/lasat/at93c.c @@ -73,7 +73,7 @@ static u8 at93c_read_byte(void) int i; u8 data = 0; - for (i = 0; i<=7; i++) { + for (i = 0; i <= 7; i++) { data <<= 1; data |= at93c_read_databit(); } @@ -94,7 +94,8 @@ static void at93c_write_bits(u32 data, int size) static void at93c_init_op(void) { - at93c_reg_write((at93c_reg_read() | at93c->cs) & ~at93c->clk & ~(1 << at93c->rdata_shift)); + at93c_reg_write((at93c_reg_read() | at93c->cs) & + ~at93c->clk & ~(1 << at93c->rdata_shift)); lasat_ndelay(50); }