Commit 71f50e25 authored by Geliang Tang's avatar Geliang Tang Committed by Greg Kroah-Hartman

staging: comedi: keep the consistency

Changed "register 0x%x" to "register=0x%x" to keep the consistency
of this file.
Signed-off-by: default avatarGeliang Tang <geliangtang@163.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cdfba23d
...@@ -3761,7 +3761,7 @@ static unsigned int ni_gpct_to_stc_register(struct comedi_device *dev, ...@@ -3761,7 +3761,7 @@ static unsigned int ni_gpct_to_stc_register(struct comedi_device *dev,
if (reg < ARRAY_SIZE(ni_gpct_to_stc_regmap)) { if (reg < ARRAY_SIZE(ni_gpct_to_stc_regmap)) {
regmap = &ni_gpct_to_stc_regmap[reg]; regmap = &ni_gpct_to_stc_regmap[reg];
} else { } else {
dev_warn(dev->class_dev, "%s: unhandled register 0x%x\n", dev_warn(dev->class_dev, "%s: unhandled register=0x%x\n",
__func__, reg); __func__, reg);
return 0; return 0;
} }
......
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