On Mon, Mar 09, 2009 at 11:10:21PM +0300, Sergei Shtylyov wrote: > Hello. > > Mark A. Greer wrote: > >> The base address for the DMA's Third Party Channel Controller is currently >> hardcoded. Instead, use the base address that is already in the resource >> data for the controller. >> >> Signed-off-by: Mark A. Greer <[email protected]> >> > > This patch has a mistake...
That helps... >> + r = request_mem_region(r->start, r->end + 1, r->name); >> > > Maybe you meant r->end - r->start + 1? Er, yeah... Mark -- _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
