projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249d1bb
)
Input: drv2667 - fix indentation issues
author
Colin Ian King
<colin.king@canonical.com>
Sat, 22 Dec 2018 01:00:48 +0000
(17:00 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 22 Dec 2018 01:02:02 +0000
(17:02 -0800)
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>
drivers/input/misc/drv2667.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/drv2667.c
b/drivers/input/misc/drv2667.c
index 2849bb6906a8f799dae30a022937a47740595a28..6091f0490e8f6fbfac38181184263d97ce7e2c43 100644
(file)
--- a/
drivers/input/misc/drv2667.c
+++ b/
drivers/input/misc/drv2667.c
@@
-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;