correct typo

This commit is contained in:
Ralph Metzler 2019-07-08 10:01:22 +02:00
parent f57b5c8b20
commit f2ca278710
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static int ddb_i2c_cmd(struct ddb_i2c *i2c, u32 adr, u32 cmd)
}
val &= 0x70000;
if (val == 0x20000)
dev_err(dev->dev, "I2C bus errorx\n");
dev_err(dev->dev, "I2C bus error\n");
if (val)
return -EIO;
return 0;