[PATCH] uses of ->Copy() in rioroute are bogus
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 May 2006 04:36:10 +0000 (00:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 May 2006 06:26:40 +0000 (02:26 -0400)
commitbfa6b7bb35a9c8c8acae3056f2cb3364c52693d4
treeeb6c4b26737a51b09b5acb26dee1546d5f7571d6
parentc7c0d0a10f6e4cea95ed84adcdd37948cac09b85
[PATCH] uses of ->Copy() in rioroute are bogus

... there we are building a command in normal memory; it will be
copied to iomem (by ->Copy()) later.  Use memcpy()...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/char/rio/rioroute.c