Commit d46f3bd
committed
net: mhi: Drop the MHI auto_queue feature for IPCR DL channels
deepin inclusion
category: bugfix
commit e296c42 ("net: qrtr: Drop the MHI auto_queue feature for IPCR DL channels") upstream,
so remove AUTOQUEUE for 980v2.
2026-03-13T01:50:28.9880491Z drivers/bus/mhi/host/pci_generic.c:807:9: error: implicit declaration of function ‘MHI_CHANNEL_CONFIG_DL_AUTOQUEUE’; did you mean ‘MHI_CHANNEL_CONFIG_DL_FP’? [-Werror=implicit-function-declaration]
2026-03-13T01:50:28.9883549Z 807 | MHI_CHANNEL_CONFIG_DL_AUTOQUEUE(19, "IP_CTRL", 8, 1),
2026-03-13T01:50:28.9884407Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2026-03-13T01:50:28.9885012Z | MHI_CHANNEL_CONFIG_DL_FP
2026-03-13T01:50:28.9886563Z drivers/bus/mhi/host/pci_generic.c:807:9: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>1 parent d25cc41 commit d46f3bd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
| 807 | + | |
808 | 808 | | |
809 | | - | |
| 809 | + | |
810 | 810 | | |
811 | 811 | | |
812 | 812 | | |
| |||
0 commit comments