misc: hisi_hikey_usb: delete a stray tab
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 18 Sep 2020 14:34:05 +0000 (17:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2020 16:54:00 +0000 (18:54 +0200)
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>
drivers/misc/hisi_hikey_usb.c

index 5759e72090237fc390ed81943fee025cdc2f7fec..cc93569e601c86c41cb9c0ee4467b8adfe719e64 100644 (file)
@@ -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;