Skip to content

Commit

Permalink
iio: magnetometer: bmc150: remove unneeded semicolon
Browse files Browse the repository at this point in the history
A semicolon is not needed after a switch statement.

Signed-off-by: Tom Rix <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Cameron <[email protected]>
  • Loading branch information
Tom Rix authored and jic23 committed Nov 1, 2020
1 parent 3516ebc commit b3b3ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/magnetometer/bmc150_magn.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static bool bmc150_magn_is_writeable_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
};
}
}

static bool bmc150_magn_is_volatile_reg(struct device *dev, unsigned int reg)
Expand Down

0 comments on commit b3b3ef6

Please sign in to comment.