summaryrefslogtreecommitdiff
path: root/driver/temp_sensor/sb_tsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/temp_sensor/sb_tsi.c')
-rw-r--r--driver/temp_sensor/sb_tsi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/temp_sensor/sb_tsi.c b/driver/temp_sensor/sb_tsi.c
index ffcd924b0e..0c58fb88dc 100644
--- a/driver/temp_sensor/sb_tsi.c
+++ b/driver/temp_sensor/sb_tsi.c
@@ -1,4 +1,4 @@
-/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+/* Copyright 2016 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -19,8 +19,8 @@
static int raw_read8(const int offset, int *data_ptr)
{
- return i2c_read8(I2C_PORT_THERMAL_AP, SB_TSI_I2C_ADDR_FLAGS,
- offset, data_ptr);
+ return i2c_read8(I2C_PORT_THERMAL_AP, SB_TSI_I2C_ADDR_FLAGS, offset,
+ data_ptr);
}
int sb_tsi_get_val(int idx, int *temp_ptr)