This error message was emitted without a newline during bring-up on
FreeBSD. Presumably the error doesn't occur on Linux so was not noticed
before.
Signed-off-by: Ed Maste <emaste@FreeBSD.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
* one is not found, no need to check the rest.
*/
if (!acpi_dev) {
- DRM_DEBUG_DRIVER("No matching acpi device found for %s",
+ DRM_DEBUG_DRIVER("No matching acpi device found for %s\n",
hid);
break;
}