misc: hisi_hikey_usb: delete a stray tab
This return statement is indented one tab too far. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Link: https://lore.kernel.org/r/20200918143405.GF909725@mwanda Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a81072a9c0
commit
26ed5146bd
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user