mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
reset: sti/syscfg: replace comma with semicolon
Fixes a checkpatch warning: WARNING: Possible comma where semicolon could be used #156: FILE: drivers/reset/sti/reset-syscfg.c:156: + rc->rst.ops = &syscfg_reset_ops, + rc->rst.of_node = dev->of_node; Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
05cf8fffcd
commit
71400c3fc4
@ -153,7 +153,7 @@ static int syscfg_reset_controller_register(struct device *dev,
|
||||
if (!rc->channels)
|
||||
return -ENOMEM;
|
||||
|
||||
rc->rst.ops = &syscfg_reset_ops,
|
||||
rc->rst.ops = &syscfg_reset_ops;
|
||||
rc->rst.of_node = dev->of_node;
|
||||
rc->rst.nr_resets = data->nr_channels;
|
||||
rc->active_low = data->active_low;
|
||||
|
Loading…
Reference in New Issue
Block a user