Re: [PATCH] gianfar: pass the proper dev to DMA ops

2009-03-18 Thread David Miller
From: Kumar Gala Date: Tue, 17 Mar 2009 11:16:07 -0500 > We need to be passing the of_platform device struct into the DMA ops as > its the one that has the archdata setup to know which low-level DMA ops we > should be using (not the net_device one). This isn't an issue until we > expect the arch

Re: [PATCH] gianfar: pass the proper dev to DMA ops

2009-03-17 Thread Becky Bruce
On Mar 17, 2009, at 11:16 AM, Kumar Gala wrote: We need to be passing the of_platform device struct into the DMA ops as its the one that has the archdata setup to know which low-level DMA ops we should be using (not the net_device one). This isn't an issue until we expect the archdata to

[PATCH] gianfar: pass the proper dev to DMA ops

2009-03-17 Thread Kumar Gala
We need to be passing the of_platform device struct into the DMA ops as its the one that has the archdata setup to know which low-level DMA ops we should be using (not the net_device one). This isn't an issue until we expect the archdata to be setup correctly. Signed-off-by: Kumar Gala --- Dave