From b3d86431aaec95983cd3cbc70fa687d6f27dc94b Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Tue, 27 Mar 2018 15:36:14 +0200 Subject: Revert "backlight: pwm: Converting benign message to info" This reverts commit 153a5d54d1a10c5a35f6923e0c6423430d2c7c89. --- drivers/video/backlight/pwm_bl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/video/backlight/pwm_bl.c b/drivers/video/backlight/pwm_bl.c index 0f73b0f84c85..29b55621b5f4 100644 --- a/drivers/video/backlight/pwm_bl.c +++ b/drivers/video/backlight/pwm_bl.c @@ -1,7 +1,7 @@ /* * linux/drivers/video/backlight/pwm_bl.c * - * Copyright (c) 2013-2015, NVIDIA CORPORATION, All rights reserved. + * Copyright (c) 2013, NVIDIA CORPORATION, All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -233,7 +233,7 @@ static int pwm_backlight_probe(struct platform_device *pdev) pb->pwm = devm_pwm_get(&pdev->dev, NULL); if (IS_ERR(pb->pwm)) { - dev_info(&pdev->dev, "unable to request PWM, trying legacy API\n"); + dev_err(&pdev->dev, "unable to request PWM, trying legacy API\n"); pb->pwm = pwm_request(data->pwm_id, "pwm-backlight"); if (IS_ERR(pb->pwm)) { -- cgit v1.2.3