Re: [media] redrat3: remove memcpys and fix unaligned memory access

2013-04-10 Thread Sean Young
On Tue, Apr 09, 2013 at 12:02:59PM +0300, Dan Carpenter wrote: > I had a question about 4c055a5ae94c: "[media] redrat3: remove memcpys > and fix unaligned memory access" from Feb 16, 2013. > > drivers/media/rc/redrat3.c >619 /* grab the Length and type of transfer */ >620

re: [media] redrat3: remove memcpys and fix unaligned memory access

2013-04-09 Thread Dan Carpenter
Hi Sean, I had a question about 4c055a5ae94c: "[media] redrat3: remove memcpys and fix unaligned memory access" from Feb 16, 2013. drivers/media/rc/redrat3.c 619 /* grab the Length and type of transfer */ 620 pktlen = be16_to_cpu(header->length); 621 pkttype =