* mark python sqlite DEP opt and update .cache
[t2sde.git] / package / kernel / linux / hotfix-vesa-kern-cont.patch
blob009e8bc9481a6f13fc2a1741743201e760d3f9bd
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux/hotfix-vesa-kern-cont.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- linux-6.11/drivers/video/fbdev/vesafb.c.vanilla 2024-10-08 23:22:56.439977841 +0200
15 +++ linux-6.11/drivers/video/fbdev/vesafb.c 2024-10-08 23:25:25.279974589 +0200
16 @@ -356,8 +356,8 @@
17 if (pmi_base[3]) {
18 printk(KERN_INFO "vesafb: pmi: ports = ");
19 for (i = pmi_base[3]/2; pmi_base[i] != 0xffff; i++)
20 - printk("%x ", pmi_base[i]);
21 - printk("\n");
22 + printk(KERN_CONT "%x ", pmi_base[i]);
23 + printk(KERN_CONT "\n");
24 if (pmi_base[i] != 0xffff) {
26 * memory areas not supported (yet?)