commit | e2751493fc31f59d31081479918782c2cbda0d56 | [log] [tgz] |
---|---|---|
author | Luis de Bethencourt <luisbg@kernel.org> | Wed Jan 17 18:22:41 2018 +0000 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 19 14:19:04 2018 -0500 |
tree | 114a6c20ba9c495f8ead81710c42ac0091bd2ad1 | |
parent | 122fe39da4b43e3891ff3ab82fe70e23e2e29c08 [diff] |
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>