commit:     b34513517d6c613580045bf191ac7fffb103f975
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Nov 25 15:51:49 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 17:48:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3451351

sci-libs/linux-gpib-modules: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28430
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../linux-gpib-modules-4.3.4-kernel-5.17.patch     | 24 ----------------------
 1 file changed, 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)
-       {

Reply via email to