diff options
author | Sebastian Brzezinka <sebastian.brzezinka@intel.com> | 2025-07-18 10:28:19 +0000 |
---|---|---|
committer | Andi Shyti <andi.shyti@linux.intel.com> | 2025-07-24 15:05:40 +0200 |
commit | c8bdf3165fccadac12d670e94ea4a9a893a5a813 (patch) | |
tree | 15c9d1984859752bf00f3f342ea0dbe809ea76bb /rust/helpers/workqueue.c | |
parent | bf91bac3ef027852b3e7698af6a00e4df124072c (diff) |
drm/i915: Replace empty conditional with continue in eb_relocate_vma()
Simplifies the control flow by replacing an empty
`if (likely(offset == 0))` block with a `continue` statement. This
improves readability and avoids unnecessary nesting.
Signed-off-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/20250718102752.684975-4-sebastian.brzezinka@intel.com
Diffstat (limited to 'rust/helpers/workqueue.c')
0 files changed, 0 insertions, 0 deletions