summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorSui Jingfeng <sui.jingfeng@linux.dev>2024-09-08 20:11:07 +0800
committerLucas Stach <l.stach@pengutronix.de>2024-10-28 16:30:15 +0100
commit72dc70a062f9faea178d674416d72a2596b69633 (patch)
treea47acb5e3b4e5e3c42ef9ab9c27394c5228ff049 /scripts/generate_rust_analyzer.py
parentdeadf1ef4adce096352489d1ef3721e43fa188bf (diff)
drm/etnaviv: Replace the '&pdev->dev' with 'dev'
In the etnaviv_pdev_probe() and etnaviv_gpu_platform_probe() function, the value of '&pdev->dev' has been cached to the local auto variable 'dev'. But some callers use 'dev', while the rest use '&pdev->dev'. To keep it consistent, use 'dev' uniformly. Tested-by: Christian Gmeiner <cgmeiner@igalia.com> Signed-off-by: Sui Jingfeng <sui.jingfeng@linux.dev> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions