aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
diff options
context:
space:
mode:
authorJohannes Thumshirn <[email protected]>2019-10-18 11:58:22 +0200
committerDavid Sterba <[email protected]>2019-11-18 12:47:00 +0100
commit5ae216929069507efce3caff6f5618ec919cad11 (patch)
treeec181d4c099fe24fa184b6f49342af7b5b835934 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
parent721860d5780c64d0757a205413c7eecddfd89039 (diff)
btrfs: reduce indentation in btrfs_may_alloc_data_chunk
In btrfs_may_alloc_data_chunk() we're checking if the chunk type is of type BTRFS_BLOCK_GROUP_DATA and if it is we process it. Instead of checking if the chunk type is a BTRFS_BLOCK_GROUP_DATA chunk we can negate the check and bail out early if it isn't. This makes the code a bit more readable. Reviewed-by: Nikolay Borisov <[email protected]> Signed-off-by: Johannes Thumshirn <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions