Commit 1e4742df authored by Yves Deweerdt's avatar Yves Deweerdt Committed by Greg Kroah-Hartman

staging: comedi: drivers.c: Fix missing a blank line, after declarations warning

Signed-off-by: default avatarYves Deweerdt <yves.deweerdt.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b2f48741
......@@ -258,6 +258,7 @@ static int insn_rw_emulate_bits(struct comedi_device *dev,
const unsigned base_bitfield_channel =
(chan < channels_per_bitfield) ? 0 : chan;
unsigned int new_data[2];
memset(new_data, 0, sizeof(new_data));
memset(&new_insn, 0, sizeof(new_insn));
new_insn.insn = INSN_BITS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment