diff options
| author | Tudor Ambarus <[email protected]> | 2021-12-15 11:01:11 +0000 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2022-01-05 10:20:03 +0000 |
| commit | 42468aa8b1aa4d7d4d9b56b1d2959d34b7e27575 (patch) | |
| tree | 64959a47cda3acefaceea2f9a431e053a6afeafe /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | dmaengine: at_xdmac: Fix concurrency over xfers_list (diff) | |
| download | kernel-42468aa8b1aa4d7d4d9b56b1d2959d34b7e27575.tar.gz kernel-42468aa8b1aa4d7d4d9b56b1d2959d34b7e27575.zip | |
dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
It's easier to read code with fewer levels of indentation, remove a level
of indentation in at_xdmac_advance_work()
if (!foo() & !bar()) {
}
was replaced by:
if (foo() || bar())
return;
Signed-off-by: Tudor Ambarus <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
