diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2015-03-06 11:41:36 -0500 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2015-03-07 08:58:28 -0500 |
commit | 34825e511971e193db16a96350faeb60eff0d842 (patch) | |
tree | 058226d06629b1ee9fed1523260ffb5ed9b27d47 /drivers/extcon/extcon-usb-gpio.c | |
parent | f68a8342b1082d9a4b084cb085396e562899bc62 (diff) |
extcon: Fix the checkpatch warning
This patch fixes the checkpatch warning about coding style.
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon/extcon-usb-gpio.c')
-rw-r--r-- | drivers/extcon/extcon-usb-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon-usb-gpio.c b/drivers/extcon/extcon-usb-gpio.c index 3f0bad3ce8aa..de67fce18984 100644 --- a/drivers/extcon/extcon-usb-gpio.c +++ b/drivers/extcon/extcon-usb-gpio.c | |||
@@ -214,7 +214,7 @@ static int usb_extcon_resume(struct device *dev) | |||
214 | static SIMPLE_DEV_PM_OPS(usb_extcon_pm_ops, | 214 | static SIMPLE_DEV_PM_OPS(usb_extcon_pm_ops, |
215 | usb_extcon_suspend, usb_extcon_resume); | 215 | usb_extcon_suspend, usb_extcon_resume); |
216 | 216 | ||
217 | static struct of_device_id usb_extcon_dt_match[] = { | 217 | static const struct of_device_id usb_extcon_dt_match[] = { |
218 | { .compatible = "linux,extcon-usb-gpio", }, | 218 | { .compatible = "linux,extcon-usb-gpio", }, |
219 | { /* sentinel */ } | 219 | { /* sentinel */ } |
220 | }; | 220 | }; |