From c33b50e5d2446c439465ff4575253db72ef2b8f6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 25 Nov 2022 19:13:11 +0000 Subject: gentoo auto-resync : 25:11:2022 - 19:13:11 --- .../linux-gpib-modules-4.3.4-kernel-5.17.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch (limited to 'sci-libs/linux-gpib-modules/files') 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) - { -- cgit v1.2.3