Commit 196971df authored by Jeff Garzik's avatar Jeff Garzik

Fix e100 net driver typo, from last change.

Contributor: Eli Kupermann @ Intel
parent ed492288
......@@ -261,7 +261,7 @@ eeprom_address_size(u16 size)
{
int isize = size;
return ffs(isize);
return (ffs(isize) - 1);
}
//----------------------------------------------------------------------------------------
......
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