Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1978c5ec authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Linus Walleij
Browse files

pinctrl: tz1090-pdc: Remove unneded semicolons



They aren't needed and are just creating null statements so remove it.

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 91688883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ static int tz1090_pdc_pinconf_reg(struct pinctrl_dev *pctldev,
		break;
	default:
		return -ENOTSUPP;
	};
	}

	/* Only input bias parameters supported */
	*reg = REG_GPIO_CONTROL2;
@@ -801,7 +801,7 @@ static int tz1090_pdc_pinconf_group_reg(struct pinctrl_dev *pctldev,
		break;
	default:
		return -ENOTSUPP;
	};
	}

	/* Calculate field information */
	*mask = (BIT(*width) - 1) << *shift;