Commit db4694e6 authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Wolfram Sang
Browse files

i2c: bcm2835: Replace HTTP links with HTTPS ones



Rationale:
Reduces attack surface on kernel devs opening the links for MITM
as HTTPS traffic is much harder to manipulate.

Signed-off-by: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
[wsa: shortened commit message]
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent cee807cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ static const struct i2c_algorithm bcm2835_i2c_algo = {

/*
 * The BCM2835 was reported to have problems with clock stretching:
 * http://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
 * https://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
 * https://www.raspberrypi.org/forums/viewtopic.php?p=146272
 */
static const struct i2c_adapter_quirks bcm2835_i2c_quirks = {