]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.39/patches.suse/bootsplash
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.suse / bootsplash
similarity index 99%
rename from src/patches/suse-2.6.27.31/patches.suse/bootsplash
rename to src/patches/suse-2.6.27.39/patches.suse/bootsplash
index 661b76c7bedd52d619d2fef6e8a5101dc8572afb..7e327ba571f435de8c28fc9cd4372fb47142a15b 100644 (file)
@@ -857,7 +857,7 @@ Signed-off-by: mls@suse.de
 +                      splash_clear_margins(vc->vc_splash_data, vc, info, 0);
 +              }
 +      } else {
-+              /* Switch bootsplash off */
++              /* Switch bootsplash off */
 +              con_remap_def_color(vc, 0x07);
 +              vc_resize(vc, info->var.xres / vc->vc_font.width, info->var.yres / vc->vc_font.height);
 +      }
@@ -1413,7 +1413,7 @@ Signed-off-by: mls@suse.de
 +
 +int jpeg_check_size(unsigned char *buf, int width, int height)
 +{
-+      datap = buf;
++      datap = buf;
 +      getbyte();
 +      getbyte();
 +      readtables(M_SOF0);
@@ -1933,7 +1933,7 @@ Signed-off-by: mls@suse.de
 +      for (i = 0; i < 8; i++)
 +              for (j = 0; j < 8; j++)
 +                      qout[zig[i * 8 + j]] = qin[zig[i * 8 + j]] *
-+                                              IMULT(aaidct[i], aaidct[j]);
++                                              IMULT(aaidct[i], aaidct[j]);
 +}
 +
 +static void scaleidctqtab(q, sc)