#ifndef STUN_H #define STUN_H extern int print_stun_probe(char *server, int sport, int tport); #endif /* STUN_H */ t.css'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2016-04-22 08:17:14 +0200
committerVinod Koul <vinod.koul@intel.com>2016-04-26 09:09:28 +0530
commitdc6a58c17cd443bfdd2e05c45aec80106d59fdb2 (patch)
tree9568e6af0d60a144b1b031d076589e0105173479
parent128fe7e9a0b99da1d7346528526bd424f705774b (diff)
dmaengine: sun6i: Fix impossible settings of burst and bus width
In the commit 1f9cd915b64bb95f ("dmaengine: sun6i: Fix memcpy operation"), the signed values returned by convert_burst() and convert_buswidth() were stored in an unsigned value. Then, these values were considered as errors when non null. As a result, DMA transfers were rejected when the burst or buswidth had values different from 1, as 8 for the burst or 4 for the bus width. Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Vinod Koul <vinod.koul@intel.com>