drm/amd/display: set default GPIO_ID_HPD
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
abfa99f4d2
commit
613cb725dc
@ -375,6 +375,7 @@ struct gpio *dal_gpio_create_irq(
|
|||||||
case GPIO_ID_GPIO_PAD:
|
case GPIO_ID_GPIO_PAD:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
id = GPIO_ID_HPD;
|
||||||
ASSERT_CRITICAL(false);
|
ASSERT_CRITICAL(false);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user