diff options
| author | 2024-09-08 20:11:07 +0800 | |
|---|---|---|
| committer | 2024-10-28 16:30:15 +0100 | |
| commit | 72dc70a062f9faea178d674416d72a2596b69633 (patch) | |
| tree | a47acb5e3b4e5e3c42ef9ab9c27394c5228ff049 /scripts/basic/git:/ssh:/git@git.zx2c4.com | |
| parent | drm/etnaviv: Fix missing mutex_destroy() (diff) | |
| download | wireguard-linux-72dc70a062f9faea178d674416d72a2596b69633.tar.xz wireguard-linux-72dc70a062f9faea178d674416d72a2596b69633.zip | |
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/basic/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
