mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
drm/amd/display: 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
aec576f9d2
commit
0b924cd60d
|
|
@ -858,7 +858,7 @@ static struct clock_source *find_matching_pll(
|
|||
return pool->clock_sources[DCE112_CLK_SRC_PLL5];
|
||||
default:
|
||||
return NULL;
|
||||
};
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -280,6 +280,6 @@ char *mod_hdcp_state_id_to_str(int32_t id)
|
|||
return "D2_A9_VALIDATE_STREAM_READY";
|
||||
default:
|
||||
return "UNKNOWN_STATE_ID";
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user