Re: [PATCH 2/3] [media] redrat3: remove memcpys and fix unaligned memory access

2013-02-26 Thread David Härdeman
On Sat, Feb 16, 2013 at 09:25:44PM +, Sean Young wrote: >In stead of doing a memcpy from #defined offset, declare structs which >describe the incoming and outgoing data accurately. > >Tested on first generation RedRat. Oh, so you have that hardwarethat's great. I greatly appreciate that t

[PATCH 2/3] [media] redrat3: remove memcpys and fix unaligned memory access

2013-02-16 Thread Sean Young
In stead of doing a memcpy from #defined offset, declare structs which describe the incoming and outgoing data accurately. Tested on first generation RedRat. Signed-off-by: Sean Young --- drivers/media/rc/redrat3.c | 351 +--- 1 files changed, 103 insert