Commit d5a2197b authored by Colin Ian King's avatar Colin Ian King Committed by Corey Minyard

ipmi: clean an indentation issue, remove extraneous space

Trivial fix to clean up an indentation issue, remove space
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent e1891cff
...@@ -1800,7 +1800,7 @@ static int ssif_probe(struct i2c_client *client, const struct i2c_device_id *id) ...@@ -1800,7 +1800,7 @@ static int ssif_probe(struct i2c_client *client, const struct i2c_device_id *id)
ssif_info, ssif_info,
&ssif_info->client->dev, &ssif_info->client->dev,
slave_addr); slave_addr);
if (rv) { if (rv) {
pr_err("Unable to register device: error %d\n", rv); pr_err("Unable to register device: error %d\n", rv);
goto out_remove_attr; goto out_remove_attr;
} }
......
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