mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
85cef1cf22
Manually rebased bcm27xx/patches-5.4/950-0089-cgroup-Disable-cgroup-memory-by-default.patch Replaced with patch from Raspberry Pi kernel 5.10 patches mvebu/patches-5.4/002-PCI-aardvark-Don-t-rely-on-jiffies-while-holding-spi.patch Applied upstream All others updated automatically. Compile-tested on: ath79/generic, lantiq/xrx200, brcm27xx Runtime-tested on: ath79/generic, lantiq/xrx200 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
23 lines
715 B
Diff
23 lines
715 B
Diff
From 69811ede9ad350beb531082177bdc6da92c7fdb9 Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Tue, 4 Feb 2020 16:35:12 +0000
|
|
Subject: [PATCH] SQUASH: Fix spi driver compiler warnings
|
|
|
|
Squash with "spi: spi-bcm2835: Disable forced software CS"
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
drivers/spi/spi-bcm2835.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/drivers/spi/spi-bcm2835.c
|
|
+++ b/drivers/spi/spi-bcm2835.c
|
|
@@ -1182,7 +1182,6 @@ static int bcm2835_spi_setup(struct spi_
|
|
{
|
|
struct spi_controller *ctlr = spi->controller;
|
|
struct bcm2835_spi *bs = spi_controller_get_devdata(ctlr);
|
|
- struct gpio_chip *chip;
|
|
u32 cs;
|
|
|
|
if (spi->chip_select >= BCM2835_SPI_NUM_CS) {
|