mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
b1452723cf
commit
b9ab471b71
|
@ -93,7 +93,7 @@ static int pm8941_reboot_notify(struct notifier_block *nb,
|
||||||
default:
|
default:
|
||||||
reset_type = PON_PS_HOLD_TYPE_HARD_RESET;
|
reset_type = PON_PS_HOLD_TYPE_HARD_RESET;
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
|
|
||||||
error = regmap_update_bits(pwrkey->regmap,
|
error = regmap_update_bits(pwrkey->regmap,
|
||||||
pwrkey->baseaddr + PON_PS_HOLD_RST_CTL,
|
pwrkey->baseaddr + PON_PS_HOLD_RST_CTL,
|
||||||
|
|
Loading…
Reference in New Issue