From 040aa25c3db725ed29726facb38792f7bf01abb0 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 29 Jul 2007 16:57:01 +0200 Subject: [PATCH] --- yaml --- r: 63445 b: refs/heads/master c: 4688902dab051eae24a57e4e549d119c332f7ab0 h: refs/heads/master i: 63443: 8a0612868d891b7fb4db923bc25099617e5452df v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/abituguru3.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e97f8f2b0f83..cbfe387f6ec3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5744e3775171b8deb2164577d3861968e33f72e +refs/heads/master: 4688902dab051eae24a57e4e549d119c332f7ab0 diff --git a/trunk/drivers/hwmon/abituguru3.c b/trunk/drivers/hwmon/abituguru3.c index a003d104ca45..cdd8b6dea16d 100644 --- a/trunk/drivers/hwmon/abituguru3.c +++ b/trunk/drivers/hwmon/abituguru3.c @@ -691,8 +691,9 @@ static int abituguru3_read(struct abituguru3_data *data, u8 bank, u8 offset, /* Sensor settings are stored 1 byte per offset with the bytes placed add consecutive offsets. */ -int abituguru3_read_increment_offset(struct abituguru3_data *data, u8 bank, - u8 offset, u8 count, u8 *buf, int offset_count) +static int abituguru3_read_increment_offset(struct abituguru3_data *data, + u8 bank, u8 offset, u8 count, + u8 *buf, int offset_count) { int i, x;