[PATCH] [POWERPC] pasemi: Fix thinko in dma_direct_ops setup

2008-01-31 Thread Olof Johansson
[POWERPC] pasemi: Fix thinko in dma_direct_ops setup The first patch will just fall through and still set dma_data to a bad value, make it return directly instead. Signed-off-by: Olof Johansson [EMAIL PROTECTED] --- Linus, thanks for picking up the patch so quickly. Unfortunately I messed it

Re: [PATCH] [POWERPC] pasemi: Fix thinko in dma_direct_ops setup

2008-01-31 Thread Michael Ellerman
On Thu, 2008-01-31 at 17:50 -0600, Olof Johansson wrote: [POWERPC] pasemi: Fix thinko in dma_direct_ops setup The first patch will just fall through and still set dma_data to a bad value, make it return directly instead. Signed-off-by: Olof Johansson [EMAIL PROTECTED] OK I get it now,