summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/tlv320aic3xxx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tlv320aic3xxx-core.c b/drivers/mfd/tlv320aic3xxx-core.c
index d765f8b10407..feb82b0f59e2 100644
--- a/drivers/mfd/tlv320aic3xxx-core.c
+++ b/drivers/mfd/tlv320aic3xxx-core.c
@@ -165,7 +165,7 @@ EXPORT_SYMBOL_GPL(aic3xxx_reg_read);
int aic3xxx_bulk_read(struct aic3xxx *aic3xxx, unsigned int reg,
int count, u8 *buf)
{
- int ret;
+ int ret = 0;
int count_temp = count;
union aic3xxx_reg_union *aic_reg = (union aic3xxx_reg_union *) ®
u8 book, page, offset;