mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 04:21:03 -04:00
pinctrl: coh901: Fix checkpatch error
Fixes the following checkpatch error:
ERROR: space required before the open parenthesis '('
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
b6465424a6
commit
8b0ef2580f
@@ -359,7 +359,7 @@ int u300_gpio_config_get(struct gpio_chip *chip,
|
||||
drmode &= (U300_GPIO_PXPCR_PIN_MODE_MASK << ((offset & 0x07) << 1));
|
||||
drmode >>= ((offset & 0x07) << 1);
|
||||
|
||||
switch(param) {
|
||||
switch (param) {
|
||||
case PIN_CONFIG_BIAS_HIGH_IMPEDANCE:
|
||||
*config = 0;
|
||||
if (biasmode)
|
||||
|
||||
Reference in New Issue
Block a user