clk: fix indentation
Just fix indentation of an if() clause. No functional changes intended. MFC after: 3 days
This commit is contained in:
parent
f7a0bb0dec
commit
3d8a0ab61d
@ -544,7 +544,7 @@ clknode_create(struct clkdom * clkdom, clknode_class_t clknode_class,
|
||||
CLK_TOPO_SLOCK();
|
||||
clknode = clknode_find_by_name(def->name);
|
||||
CLK_TOPO_UNLOCK();
|
||||
if (clknode != NULL) {
|
||||
if (clknode != NULL) {
|
||||
if (!(clknode->flags & CLK_NODE_LINKED) &&
|
||||
def->flags & CLK_NODE_LINKED) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user