mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
usb: misc: usb3503: Fix up whitespace
Remove an erroneous tab that should be a space. Signed-off-by: Julius Werner <jwerner@chromium.org> Signed-off-by: Dongjin Kim <tobetter@gmail.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a81f8814c
commit
ccf92c9413
@ -223,7 +223,7 @@ static int usb3503_probe(struct i2c_client *i2c, const struct i2c_device_id *id)
|
||||
hub->gpio_connect = of_get_named_gpio(np, "intn-gpios", 0);
|
||||
if (hub->gpio_connect == -EPROBE_DEFER)
|
||||
return -EPROBE_DEFER;
|
||||
hub->gpio_reset = of_get_named_gpio(np, "reset-gpios", 0);
|
||||
hub->gpio_reset = of_get_named_gpio(np, "reset-gpios", 0);
|
||||
if (hub->gpio_reset == -EPROBE_DEFER)
|
||||
return -EPROBE_DEFER;
|
||||
of_property_read_u32(np, "initial-mode", &mode);
|
||||
|
Loading…
Reference in New Issue
Block a user