sensor: vcnl4040: add missing semicolon

Adding missing semicolon to vncl4040 driver

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
This commit is contained in:
Emil Lindqvist 2022-03-03 19:26:25 +01:00 committed by Anas Nashif
commit 8b4a3e2328

View file

@ -267,7 +267,7 @@ static int vcnl4040_pm_action(const struct device *dev,
als_conf |= VCNL4040_ALS_SD_MASK;
ret = vcnl4040_write(dev, VCNL4040_REG_ALS_CONF,
als_conf)
als_conf);
if (ret < 0)
return ret;
#endif