diff options
author | 2016-11-14 20:16:23 +0000 | |
---|---|---|
committer | 2016-11-15 11:04:21 +0100 | |
commit | e3007002f119a72a85981533bde671936a68551b (patch) | |
tree | 3eca0cf76e6579f200f3419afee0080ce952b77e /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | staging: comedi: ni_mio_common: fix E series ni_ai_insn_read() data (diff) | |
download | wireguard-linux-e3007002f119a72a85981533bde671936a68551b.tar.xz wireguard-linux-e3007002f119a72a85981533bde671936a68551b.zip |
staging: comedi: ni_mio_common: remove variable 'dl' in ni_ai_insn_read()
In `ni_ai_insn_read()`, local variable `dl` is declared as `unsigned
long`, but `unsigned int` will do. Get rid of it and use local variable
`d` instead. (That used to be `unsigned short`, but has been `unsigned
int` since kernel version 3.18.)
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions