mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-22 01:06:03 +00:00
drm/amdgpu: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9e89ee9be1
commit
aec576f9d2
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ static char *amdgpu_ras_badpage_flags_str(unsigned int flags)
|
||||||
case AMDGPU_RAS_RETIRE_PAGE_FAULT:
|
case AMDGPU_RAS_RETIRE_PAGE_FAULT:
|
||||||
default:
|
default:
|
||||||
return "F";
|
return "F";
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue