mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
regulator: max8952: Silence checkpatch warning
Silences the following type of checkpatch warning: WARNING: Missing a blank line after declarations Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
b874f41c6b
commit
a5f8f96307
@ -57,6 +57,7 @@ struct max8952_data {
|
||||
static int max8952_read_reg(struct max8952_data *max8952, u8 reg)
|
||||
{
|
||||
int ret = i2c_smbus_read_byte_data(max8952->client, reg);
|
||||
|
||||
if (ret > 0)
|
||||
ret &= 0xff;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user