Commit 88b28421 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] Extraneous ; in cris eeprom code.

parent 48990a35
......@@ -815,7 +815,7 @@ static int read_from_eeprom(char * buf, int count)
i2c_outbyte( eeprom.select_cmd | 1 );
}
if(i2c_getack());
if(i2c_getack())
{
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment