Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235657
b: refs/heads/master
c: 1b9f644
h: refs/heads/master
i:
  235655: dc19f1e
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 5d35c9a commit 0885eb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3d5049ccdb57d14712f7cba27b0dd0a860961d7
refs/heads/master: 1b9f644dfeb638e0146ce54f4e48c87a2841a603
19 changes: 0 additions & 19 deletions trunk/drivers/staging/keucr/smilsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,25 +1575,6 @@ char Bit_D_CountWord(WORD cdata)
return((char)bitcount);
}

void StringCopy(char *stringA, char *stringB, int count)
{
int i;

for(i=0; i<count; i++)
*stringA++ = *stringB++;
}

//-----
int StringCmp(char *stringA, char *stringB, int count)
{
int i;

for (i=0;i<count;i++)
if (*stringA++ != *stringB++)
return(ERROR);

return(SUCCESS);
}
/*
//----- SM_ReadBlock() ---------------------------------------------
int SM_ReadBlock(PFDO_DEVICE_EXTENSION fdoExt, BYTE *buf,BYTE *redundant)
Expand Down

0 comments on commit 0885eb5

Please sign in to comment.