mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
staging: comedi: keep the consistency
Changed "register 0x%x" to "register=0x%x" to keep the consistency of this file. Signed-off-by: Geliang Tang <geliangtang@163.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cdfba23d77
commit
71f50e25c0
@@ -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)) {
|
||||
regmap = &ni_gpct_to_stc_regmap[reg];
|
||||
} 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);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user