RE: Small patch for dsp bridge code

2008-10-24 Thread Bright, Dan
.org > Subject: Re: Small patch for dsp bridge code > > Hi Dan, > > Would it be possible to explain how "dma_alloc_coherent()" returned ~0? > > Hiroshi DOYU > > From: "ext Bright, Dan" <[EMAIL PROTECTED]> > Subject: Small patc

Re: Small patch for dsp bridge code

2008-10-24 Thread Hiroshi DOYU
Hi Dan, Would it be possible to explain how "dma_alloc_coherent()" returned ~0? Hiroshi DOYU From: "ext Bright, Dan" <[EMAIL PROTECTED]> Subject: Small patch for dsp bridge code Date: Thu, 23 Oct 2008 15:03:31 -0700 > Hello, > > I'm not sure if t

Small patch for dsp bridge code

2008-10-23 Thread Bright, Dan
Hello, I'm not sure if this code ever get exercised, but I found a small problem with the dsp bridge driver code while debugging the kernel, and thought I'd bring it to someone's attention. Thanks, Dan Bright diff --git a/drivers/dsp/bridge/services/mem.c b/drivers/dsp/bridge/services/mem.c in