projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] USB: lh7a40x gadget driver: Fixed a dead lock
[linux-2.6]
/
drivers
/
char
/
rio
/
riopcicopy.c
1
2
/* Yeah. We have copyright on this one. Sure. */
3
4
void rio_pcicopy(char *from, char *to, int amount)
5
{
6
while (amount--)
7
*to++ = *from++;
8
}