diff options
| author | Bernard Zhao <[email protected]> | 2020-11-18 11:40:19 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2020-11-18 21:27:49 +0000 |
| commit | 58a74c6f1d6f3cf615c8f12281d42859ac7363a9 (patch) | |
| tree | 004c4725d9a9a7fc4b2a60c9291c470ef62f930f /drivers/gpu/drm/omapdrm/omap_gem.c | |
| parent | drm/amdgpu: Fix missing prototype warning (diff) | |
| download | kernel-58a74c6f1d6f3cf615c8f12281d42859ac7363a9.tar.gz kernel-58a74c6f1d6f3cf615c8f12281d42859ac7363a9.zip | |
drm/via: fix assignment in if condition
Fix check_patch.pl warning:
ERROR: do not use assignment in if condition
+ if ((HALCYON_HEADER2 == (cmd = *buf)) &&
ERROR: do not use assignment in if condition
+ if (HALCYON_HEADER2 == (cmd = *buf))
Signed-off-by: Bernard Zhao <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_gem.c')
0 files changed, 0 insertions, 0 deletions
