summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/i2c/i2cmst.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/shared/grlib/i2c/i2cmst.c')
-rw-r--r--bsps/shared/grlib/i2c/i2cmst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/shared/grlib/i2c/i2cmst.c b/bsps/shared/grlib/i2c/i2cmst.c
index 68d414019b..70c796bbce 100644
--- a/bsps/shared/grlib/i2c/i2cmst.c
+++ b/bsps/shared/grlib/i2c/i2cmst.c
@@ -375,7 +375,7 @@ int i2cmst_init3(struct drvmgr_dev *dev)
{
gr_i2cmst_prv_t *priv;
char prefix[32];
- char devName[32];
+ char devName[50];
int rc;
priv = (gr_i2cmst_prv_t *)dev->priv;