From: Alex Deucher <alexdeucher@gmail.com>
To: airlied@gmail.com, dri-devel@lists.freedesktop.org
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: Re: [PATCH] drm/radeon: fix error return code in TN thermal setup
Date: Wed, 4 Apr 2012 12:25:35 -0400 [thread overview]
Message-ID: <CADnq5_OvrBVG29UWBQOW-zr1BOgT9SurizvUFBZdEwWDCE9NKQ@mail.gmail.com> (raw)
In-Reply-To: <1333465933-3722-1-git-send-email-alexdeucher@gmail.com>
On Tue, Apr 3, 2012 at 11:12 AM, <alexdeucher@gmail.com> wrote:
> From: Alex Deucher <alexander.deucher@amd.com>
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Ignore this one. Sorry.
Alex
> ---
> drivers/gpu/drm/radeon/radeon_pm.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
> index caa55d6..17571da 100644
> --- a/drivers/gpu/drm/radeon/radeon_pm.c
> +++ b/drivers/gpu/drm/radeon/radeon_pm.c
> @@ -520,7 +520,7 @@ static int radeon_hwmon_init(struct radeon_device *rdev)
> case THERMAL_TYPE_SI:
> /* No support for TN yet */
> if (rdev->family == CHIP_ARUBA)
> - return err;
> + return -ENOSYS;
> rdev->pm.int_hwmon_dev = hwmon_device_register(rdev->dev);
> if (IS_ERR(rdev->pm.int_hwmon_dev)) {
> err = PTR_ERR(rdev->pm.int_hwmon_dev);
> --
> 1.7.7.5
>
prev parent reply other threads:[~2012-04-04 16:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-03 15:12 [PATCH] drm/radeon: fix error return code in TN thermal setup alexdeucher
2012-04-04 16:25 ` Alex Deucher [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADnq5_OvrBVG29UWBQOW-zr1BOgT9SurizvUFBZdEwWDCE9NKQ@mail.gmail.com \
--to=alexdeucher@gmail.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).