mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
correct typo
This commit is contained in:
parent
f57b5c8b20
commit
f2ca278710
@ -65,7 +65,7 @@ static int ddb_i2c_cmd(struct ddb_i2c *i2c, u32 adr, u32 cmd)
|
|||||||
}
|
}
|
||||||
val &= 0x70000;
|
val &= 0x70000;
|
||||||
if (val == 0x20000)
|
if (val == 0x20000)
|
||||||
dev_err(dev->dev, "I2C bus errorx\n");
|
dev_err(dev->dev, "I2C bus error\n");
|
||||||
if (val)
|
if (val)
|
||||||
return -EIO;
|
return -EIO;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user