summaryrefslogtreecommitdiff
path: root/driver/als_si114x.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/als_si114x.c')
-rw-r--r--driver/als_si114x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/als_si114x.c b/driver/als_si114x.c
index eda02b5c15..4e941a0534 100644
--- a/driver/als_si114x.c
+++ b/driver/als_si114x.c
@@ -550,8 +550,8 @@ static int init(const struct motion_sensor_t *s)
*/
set_resolution(s, resol, 0);
- CPRINTF("[%T %s: MS Done Init type:0x%X range:%d]\n",
- s->name, s->type, get_range(s));
+ sensor_init_done(s, get_range(s));
+
return EC_SUCCESS;
}