diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-07-17 20:52:47 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2020-08-05 11:52:28 +0200 |
commit | db4694e66286b691bf67cb2d1280e42d3604ea79 (patch) | |
tree | 2f939defc7048bfedb6f5dbd1a7e7ccecfa7a518 /drivers/i2c | |
parent | cee807cf9e5beb3e7dbdd6804773f5b8749baa25 (diff) | |
download | linux-db4694e66286b691bf67cb2d1280e42d3604ea79.tar.bz2 |
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: Alexander A. Klimov <grandmaster@al2klimov.de>
[wsa: shortened commit message]
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-bcm2835.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-bcm2835.c b/drivers/i2c/busses/i2c-bcm2835.c index d9b86fcc3825..5dc519516292 100644 --- a/drivers/i2c/busses/i2c-bcm2835.c +++ b/drivers/i2c/busses/i2c-bcm2835.c @@ -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 = { |