Skip to content

Commit 2737dcb

Browse files
committed
reset: core: Fix indentation
Correct an accidental whitespace change. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202603100730.J3pi4xqi-lkp@intel.com/ Fixes: 9035073 ("reset: convert reset core to using firmware nodes") Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
1 parent 7cd3ca9 commit 2737dcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/reset/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ __fwnode_reset_control_get(struct fwnode_handle *fwnode, const char *id, int ind
12151215
}
12161216
if (rstc_id < 0) {
12171217
rstc = ERR_PTR(rstc_id);
1218-
goto out_put;
1218+
goto out_put;
12191219
}
12201220

12211221
flags &= ~RESET_CONTROL_FLAGS_BIT_OPTIONAL;

0 commit comments

Comments
 (0)