Re: [PATCH 04/18] dmaengine: PL08x: Move LLI dumping code into separate function

2013-08-28 Thread Linus Walleij
On Sun, Aug 11, 2013 at 7:59 PM, Tomasz Figa wrote: > This patch refactors debugging code that dumps LLI entries by moving it > into separate function, which is stubbed when VERBOSE_DEBUG is not > selected. This allows us to get rid of the ugly ifdef from the body of >

Re: [PATCH 04/18] dmaengine: PL08x: Move LLI dumping code into separate function

2013-08-28 Thread Linus Walleij
On Sun, Aug 11, 2013 at 7:59 PM, Tomasz Figa tomasz.f...@gmail.com wrote: This patch refactors debugging code that dumps LLI entries by moving it into separate function, which is stubbed when VERBOSE_DEBUG is not selected. This allows us to get rid of the ugly ifdef from the body of

[PATCH 04/18] dmaengine: PL08x: Move LLI dumping code into separate function

2013-08-11 Thread Tomasz Figa
This patch refactors debugging code that dumps LLI entries by moving it into separate function, which is stubbed when VERBOSE_DEBUG is not selected. This allows us to get rid of the ugly ifdef from the body of pl08x_fill_llis_for_desc(). No functional change is introduced by this patch.

[PATCH 04/18] dmaengine: PL08x: Move LLI dumping code into separate function

2013-08-11 Thread Tomasz Figa
This patch refactors debugging code that dumps LLI entries by moving it into separate function, which is stubbed when VERBOSE_DEBUG is not selected. This allows us to get rid of the ugly ifdef from the body of pl08x_fill_llis_for_desc(). No functional change is introduced by this patch.