summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-11-25 16:51:49 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-11-25 18:48:18 +0100
commitb34513517d6c613580045bf191ac7fffb103f975 (patch)
tree8e2300bfc4bbf26316de9c98979cef1443771c5c /sci-libs/linux-gpib-modules
parentmedia-libs/libheif: remove unused patch(es) (diff)
downloadgentoo-b34513517d6c613580045bf191ac7fffb103f975.tar.gz
gentoo-b34513517d6c613580045bf191ac7fffb103f975.tar.bz2
gentoo-b34513517d6c613580045bf191ac7fffb103f975.zip
sci-libs/linux-gpib-modules: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28430 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/linux-gpib-modules')
-rw-r--r--sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch b/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch
deleted file mode 100644
index 894c33466627..000000000000
--- a/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/drivers/gpib/eastwood/fluke_gpib.c b/drivers/gpib/eastwood/fluke_gpib.c
-index daebaaa..7edece1 100644
---- a/drivers/gpib/eastwood/fluke_gpib.c
-+++ b/drivers/gpib/eastwood/fluke_gpib.c
-@@ -910,7 +910,6 @@ static int fluke_config_dma(gpib_board_t *board, int output)
- config.src_maxburst = 1;
- config.dst_maxburst = 1;
- config.device_fc = true;
-- config.slave_id = 0;
-
- if(output)
- {
-diff --git a/drivers/gpib/fmh_gpib/fmh_gpib.c b/drivers/gpib/fmh_gpib/fmh_gpib.c
-index c4ef7d2..d245278 100644
---- a/drivers/gpib/fmh_gpib/fmh_gpib.c
-+++ b/drivers/gpib/fmh_gpib/fmh_gpib.c
-@@ -926,7 +926,6 @@ static int fmh_gpib_config_dma(gpib_board_t *board, int output)
- fmh_gpib_private_t *e_priv = board->private_data;
- struct dma_slave_config config;
- config.device_fc = true;
-- config.slave_id = 0;
-
- if(e_priv->dma_burst_length < 1)
- {