Commit 26ed5146 authored by Dan Carpenter's avatar Dan Carpenter Committed by Greg Kroah-Hartman

misc: hisi_hikey_usb: delete a stray tab

This return statement is indented one tab too far.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/20200918143405.GF909725@mwandaSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a81072a9
......@@ -162,7 +162,7 @@ static int hisi_hikey_usb_parse_kirin970(struct platform_device *pdev,
dev_err(&pdev->dev,
"get hub-vdd-supply failed with error %ld\n",
PTR_ERR(regulator));
return PTR_ERR(regulator);
return PTR_ERR(regulator);
}
hisi_hikey_usb->regulator = regulator;
......
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