aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-09-14 10:38:31 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-19 11:39:03 -0700
commitb9ab471b71900ca8a670ecf4f1cc65b626953655 (patch)
tree8996354d71cd2002c074921f8c729da0cb92e179 /drivers
parentInput: fix typo in MT documentation (diff)
downloadlinux-dev-b9ab471b71900ca8a670ecf4f1cc65b626953655.tar.xz
linux-dev-b9ab471b71900ca8a670ecf4f1cc65b626953655.zip
Input: pm8941-pwrkey - remove unneded semicolon
It's not needed and is just creating a null statement so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/misc/pm8941-pwrkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/pm8941-pwrkey.c b/drivers/input/misc/pm8941-pwrkey.c
index 867db8a91372..e317b75357a0 100644
--- a/drivers/input/misc/pm8941-pwrkey.c
+++ b/drivers/input/misc/pm8941-pwrkey.c
@@ -93,7 +93,7 @@ static int pm8941_reboot_notify(struct notifier_block *nb,
default:
reset_type = PON_PS_HOLD_TYPE_HARD_RESET;
break;
- };
+ }
error = regmap_update_bits(pwrkey->regmap,
pwrkey->baseaddr + PON_PS_HOLD_RST_CTL,