summaryrefslogtreecommitdiff
path: root/sci-libs/linux-gpib-modules/files/linux-gpib-modules-4.3.4-kernel-5.17.patch
blob: 894c33466627aaf0cbacfa918d2d82c4e9191b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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)
 	{