summaryrefslogtreecommitdiff
path: root/dev.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-08 17:57:50 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-08 17:57:50 +0200
commit89f658fb0f1d055b671b92e474cf9dbeb5974adf (patch)
treed4d4c642f3f13e8fa1d62f3699d44d91d0bf7fde /dev.h
parent021a7923928c27e1e4ad7d4a8c789bb77e00886f (diff)
bpfc: also allow to load skb len into X
This functionality is available in the kernel, so make it also available for use in bpfc. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'dev.h')
0 files changed, 0 insertions, 0 deletions
fix range comparison, allowing vsel = 59
The range min_uV > 1350000 && min_uV <= 150000 is never reachable because of a typo in the previous range check and hence vsel = 59 is never reached. Fix the previous range check to enable the vsel = 59 setting. Fixes CoverityScan CID#728454 ("Logially dead code") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/blackfin')