From cb1039d617caa255d2ac3b9b8f776369397d9e74 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Thu, 26 May 2011 06:01:54 -0400 Subject: [PATCH] --- yaml --- r: 252132 b: refs/heads/master c: 582e1b270f6db93007f9af86d4f28fdad3da0505 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/coretemp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cf22fd663bf1..b660f931d5ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eec752b2b99c794766926a9bac59b0d7df5b09c2 +refs/heads/master: 582e1b270f6db93007f9af86d4f28fdad3da0505 diff --git a/trunk/drivers/hwmon/coretemp.c b/trunk/drivers/hwmon/coretemp.c index 833d51ff43b3..de3d2465fe24 100644 --- a/trunk/drivers/hwmon/coretemp.c +++ b/trunk/drivers/hwmon/coretemp.c @@ -424,7 +424,7 @@ static void update_ttarget(__u8 cpu_model, struct temp_data *tdata, } } -static int chk_ucode_version(struct platform_device *pdev) +static int __devinit chk_ucode_version(struct platform_device *pdev) { struct cpuinfo_x86 *c = &cpu_data(pdev->id); int err;