drm: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 18:22:41 +0000 (18:22 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:19:04 +0000 (14:19 -0500)
commite2751493fc31f59d31081479918782c2cbda0d56
tree114a6c20ba9c495f8ead81710c42ac0091bd2ad1
parent122fe39da4b43e3891ff3ab82fe70e23e2e29c08
drm: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/scheduler/gpu_scheduler.c