drm/etnaviv: use PLATFORM_DEVID_NONE

There is already a macro for the magic value. Use it.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
This commit is contained in:
Michael Walle 2021-09-07 18:49:43 +02:00 committed by Lucas Stach
parent fa55b7dcdc
commit 3c7e0ccc94

View file

@ -653,7 +653,7 @@ static int __init etnaviv_init(void)
if (!of_device_is_available(np))
continue;
pdev = platform_device_alloc("etnaviv", -1);
pdev = platform_device_alloc("etnaviv", PLATFORM_DEVID_NONE);
if (!pdev) {
ret = -ENOMEM;
of_node_put(np);