mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
I2CDelay(): drop unused variable
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -3643,12 +3643,9 @@ I2CReadData(ASTRecPtr pAST)
|
||||
static void
|
||||
I2CDelay(ASTRecPtr pAST)
|
||||
{
|
||||
ULONG i;
|
||||
UCHAR jtemp;
|
||||
|
||||
for (i=0;i<150;i++)
|
||||
jtemp = GetReg(SEQ_PORT);
|
||||
|
||||
/* calling GetReg() several times in order to spend some time */
|
||||
for (int i=0; i<150; i++)
|
||||
GetReg(SEQ_PORT);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user