mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
drm/amd/dc: fix semicolon.cocci warnings
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5866e7cf7d
commit
17a96033da
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ static void update_num_audio(
|
|||
break;
|
||||
default:
|
||||
DC_ERR("DC: unexpected audio fuse!\n");
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
bool resource_construct(
|
||||
|
|
Loading…
Add table
Reference in a new issue