Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b7e0392 authored by Peter Senna Tschudin's avatar Peter Senna Tschudin Committed by Linus Torvalds
Browse files

drivers/rtc: remove unnecessary semicolons

parent 95fe8347
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ static int isl12022_set_datetime(struct i2c_client *client, struct rtc_time *tm)
					 buf[ISL12022_REG_SC + i]);
		if (ret)
			return -EIO;
	};
	}

	return 0;
}
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static int pcf8563_set_datetime(struct i2c_client *client, struct rtc_time *tm)
				__func__, err, data[0], data[1]);
			return -EIO;
		}
	};
	}

	return 0;
}