summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/mas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/mas.c b/firmware/drivers/mas.c
index c8082c8a2a..c4daed9abf 100644
--- a/firmware/drivers/mas.c
+++ b/firmware/drivers/mas.c
@@ -312,7 +312,7 @@ int mas_direct_config_write(unsigned char reg, unsigned int val)
312 } 312 }
313 313
314 i2c_end(); 314 i2c_end();
315 return 0; 315 return ret;
316} 316}
317 317
318int mas_codec_writereg(int reg, unsigned int val) 318int mas_codec_writereg(int reg, unsigned int val)