forked from luck/tmp_suning_uos_patched
Input: drv2667 - fix indentation issues
There are some statements that are indented incorrectly, fix this by removing the extra tabs. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
249d1bb229
commit
d52266fc74
|
@ -177,9 +177,9 @@ static int drv2667_set_waveform_freq(struct drv2667_data *haptics)
|
|||
error = regmap_write(haptics->regmap, DRV2667_PAGE, read_buf);
|
||||
if (error) {
|
||||
dev_err(&haptics->client->dev,
|
||||
"Failed to set the page: %d\n", error);
|
||||
return -EIO;
|
||||
}
|
||||
"Failed to set the page: %d\n", error);
|
||||
return -EIO;
|
||||
}
|
||||
}
|
||||
|
||||
return error;
|
||||
|
|
Loading…
Reference in New Issue
Block a user