Skip to content

Commit

Permalink
pinctrl: zynqmp: Remove additional space in DRIVE_STRENGTH
Browse files Browse the repository at this point in the history
Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jul 5, 2017
1 parent 3c970a5 commit 67fd56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-zynqmp.c
Expand Up @@ -2022,7 +2022,7 @@ static int zynqmp_pinconf_cfg_set(struct pinctrl_dev *pctldev,
reg = ENABLE_CONFIG_VAL(pin);
reg2 = DISABLE_CONFIG_VAL(pin);
break;
case DRIVE_STRENGTH_12MA:
case DRIVE_STRENGTH_12MA:
reg = ENABLE_CONFIG_VAL(pin);
reg2 = ENABLE_CONFIG_VAL(pin);
break;
Expand Down

0 comments on commit 67fd56e

Please sign in to comment.