Skip to content

Commit

Permalink
x86/mid/thermal: Add msic_thermal alias
Browse files Browse the repository at this point in the history
This device is called "msic_thermal" instead of "msic_sensor" on
actual boards so rename it.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
[ Updated to rename rather than add an entry as er discussion with Mika & Durgadoss R]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Cc: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/n/tip-gyrbptvkozsbp2yk3ssu084o@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
westeri authored and Ingo Molnar committed Mar 6, 2012
1 parent 0f48d34 commit 6348307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/intel_mid_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static int mid_thermal_remove(struct platform_device *pdev)
return configure_adc(0);
}

#define DRIVER_NAME "msic_sensor"
#define DRIVER_NAME "msic_thermal"

static const struct platform_device_id therm_id_table[] = {
{ DRIVER_NAME, 1 },
Expand Down

0 comments on commit 6348307

Please sign in to comment.