thermal: use integers rather than strings for thermal values
authorMatthew Garrett <mjg59@srcf.ucam.org>
Thu, 27 Nov 2008 17:48:13 +0000 (17:48 +0000)
committerLen Brown <len.brown@intel.com>
Fri, 20 Feb 2009 15:52:37 +0000 (10:52 -0500)
The thermal API currently uses strings to pass values to userspace. This
makes it difficult to use from within the kernel. Change the interface
to use integers and fix up the consumers.

Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found