mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-25 08:11:45 +00:00
11 lines
310 B
Diff
11 lines
310 B
Diff
|
--- a/drivers/video/fbtft/fbtft-core.c
|
||
|
+++ b/drivers/video/fbtft/fbtft-core.c
|
||
|
@@ -52,7 +52,7 @@
|
||
|
module_param(debug, ulong , 0);
|
||
|
MODULE_PARM_DESC(debug, "override device debug level");
|
||
|
|
||
|
-static bool dma = true;
|
||
|
+static bool dma = false;
|
||
|
module_param(dma, bool, 0);
|
||
|
MODULE_PARM_DESC(dma, "Use DMA buffer");
|