drivers: sensor: Fix missing case break in fxos8700 driver
Fixes a missing case break in the fxos8700 sensor driver, caught by Coverity. Coverity-CID: 189517 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
b7515ab015
commit
f379abfe47
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ static int fxos8700_init(struct device *dev)
|
|||
data->whoami);
|
||||
return -EIO;
|
||||
}
|
||||
break;
|
||||
case WHOAMI_ID_FXOS8700:
|
||||
LOG_DBG("Device ID 0x%x", data->whoami);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue