Re: [PATCH 2/5] I2O: SPARC fixes
From: Markus Lidel
Date: Mon Nov 21 2005 - 03:46:23 EST
Hello,
Al Viro wrote:
On Mon, Nov 21, 2005 at 01:48:10AM +0100, Markus Lidel wrote:
memcpy_fromio(&evt->body[1], &msg->body[1], size * 4);
evt->data, surely?
Hehehe, probably i should first try to compile it before replying :-) But
better late then never :-)
Here the proper line:
memcpy(&evt->data, &msg->body[1], size * 4);
Thanks for you help!
Best regards,
Markus Lidel
------------------------------------------
Markus Lidel (Senior IT Consultant)
Shadow Connect GmbH
Carl-Reisch-Weg 12
D-86381 Krumbach
Germany
Phone: +49 82 82/99 51-0
Fax: +49 82 82/99 51-11
E-Mail: Markus.Lidel@xxxxxxxxxxxxxxxxx
URL: http://www.shadowconnect.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/