On 14/04/16 20:36, Slawomir Stepien wrote: > This fixes the error reported by checkpatch.pl: > > ERROR: else should follow close brace '}' > > Signed-off-by: Slawomir Stepien <sst@xxxxxxxxx> Applied and thanks, Jonathan > --- > drivers/iio/magnetometer/ak8975.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c > index 48d127a..6bc855f 100644 > --- a/drivers/iio/magnetometer/ak8975.c > +++ b/drivers/iio/magnetometer/ak8975.c > @@ -810,8 +810,7 @@ static int ak8975_probe(struct i2c_client *client, > name = ak8975_match_acpi_device(&client->dev, &chipset); > if (!name) > return -ENODEV; > - } > - else > + } else > return -ENOSYS; > > if (chipset >= AK_MAX_TYPE) { > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html