tmp_suning_uos_patched/drivers/dma
Julia Lawall 734c299282 drivers/dma: Correct NULL test
cohd_fin has already been verified not to be NULL, so the argument to
BUG_ON cannot be true.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@r@
expression *x;
expression e;
identifier l;
@@

if (x == NULL || ...) {
    ... when forall
    return ...; }
... when != goto l;
    when != x = e
    when != &x
*x == NULL
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2010-02-10 12:07:28 -07:00
..
ioat
ipu
ppc4xx
at_hdmac_regs.h
at_hdmac.c
coh901318_lli.c
coh901318_lli.h
coh901318.c
dmaengine.c
dmatest.c
dw_dmac_regs.h
dw_dmac.c
fsldma.c
fsldma.h
iop-adma.c
iovlock.c
Kconfig
Makefile
mv_xor.c
mv_xor.h
shdma.c
shdma.h
txx9dmac.c
txx9dmac.h