|
@@ -1595,7 +1595,7 @@ index 000000000000..ab793f6774a0
|
|
+static bool surfacegen5_idma_filter(struct dma_chan *chan, void *param)
|
|
+static bool surfacegen5_idma_filter(struct dma_chan *chan, void *param)
|
|
+{
|
|
+{
|
|
+ // see dw8250_idma_filter
|
|
+ // see dw8250_idma_filter
|
|
-+ return param == chan->device->dev->parent;
|
|
|
|
|
|
++ return param == chan->device->dev;
|
|
+}
|
|
+}
|
|
+
|
|
+
|
|
+static int surfacegen5_ssh_check_dma(struct serdev_device *serdev)
|
|
+static int surfacegen5_ssh_check_dma(struct serdev_device *serdev)
|