Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fedd90f authored by Alessandro Guido's avatar Alessandro Guido Committed by Len Brown
Browse files

sony-laptop: printk tweak



There's no need to print "Sony: " just after "sony-laptop: " (DRV_PFX).

Signed-off-by: default avatarAlessandro Guido <ag@alessandroguido.name>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 38cfc148
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1039,7 +1039,7 @@ static int sony_nc_add(struct acpi_device *device)
	}
	}


	if (acpi_video_backlight_support()) {
	if (acpi_video_backlight_support()) {
		printk(KERN_INFO DRV_PFX "Sony: Brightness ignored, must be "
		printk(KERN_INFO DRV_PFX "brightness ignored, must be "
		       "controlled by ACPI video driver\n");
		       "controlled by ACPI video driver\n");
	} else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT",
	} else if (ACPI_SUCCESS(acpi_get_handle(sony_nc_acpi_handle, "GBRT",
						&handle))) {
						&handle))) {