diff options
author | Sui Jingfeng <sui.jingfeng@linux.dev> | 2024-09-08 15:11:07 +0300 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2024-10-28 18:30:15 +0300 |
commit | 72dc70a062f9faea178d674416d72a2596b69633 (patch) | |
tree | a47acb5e3b4e5e3c42ef9ab9c27394c5228ff049 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | deadf1ef4adce096352489d1ef3721e43fa188bf (diff) | |
download | linux-72dc70a062f9faea178d674416d72a2596b69633.tar.xz |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions