drm radeon: Return -EINVAL on wrong pm sysfs access
authorThomas Renninger <trenn@suse.de>
Wed, 23 Mar 2011 15:14:09 +0000 (15:14 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 24 Mar 2011 10:24:49 +0000 (20:24 +1000)
Throw an error if someone tries to fill this with
wrong data, instead of simply ignoring the input.
Now you get:

echo hello >/sys/../power_method
-bash: echo: write error: Invalid argument

Signed-off-by: Thomas Renninger <trenn@suse.de>
CC: Alexander.Deucher@amd.com
CC: dri-devel@lists.freedesktop.org
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found