ipmi: clean an indentation issue, remove extraneous space
Trivial fix to clean up an indentation issue, remove space Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
e1891cffd4
commit
d5a2197be1
|
@ -1800,7 +1800,7 @@ static int ssif_probe(struct i2c_client *client, const struct i2c_device_id *id)
|
|||
ssif_info,
|
||||
&ssif_info->client->dev,
|
||||
slave_addr);
|
||||
if (rv) {
|
||||
if (rv) {
|
||||
pr_err("Unable to register device: error %d\n", rv);
|
||||
goto out_remove_attr;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue