]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/linux-openzaurus-2.6.14-rc1/quiet.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / linux-openzaurus-2.6.14-rc1 / quiet.patch
1 Index: linux-2.6.13/arch/arm/kernel/setup.c
2 ===================================================================
3 --- linux-2.6.13.orig/arch/arm/kernel/setup.c   2006-01-21 23:45:47.130576416 +0100
4 +++ linux-2.6.13/arch/arm/kernel/setup.c        2006-01-21 23:46:23.171097424 +0100
5 @@ -338,8 +338,6 @@
6                 BUG();
7         }
8  
9 -       dump_cpu_info(cpu);
10 -
11         /*
12          * setup stacks for re-entrant exception handlers
13          */
14 Index: linux-2.6.13/sound/oss/wm8731.c
15 ===================================================================
16 --- linux-2.6.13.orig/sound/oss/wm8731.c        2006-01-21 23:47:01.121328112 +0100
17 +++ linux-2.6.13/sound/oss/wm8731.c     2006-01-21 23:47:18.916622816 +0100
18 @@ -39,8 +39,6 @@
19         char buffer[2];
20         int r;
21  
22 -       printk("%s: writing %x, %x\n", __FUNCTION__, address, data);
23 -
24         buffer[0] = ((address << 1) | ((data >> 8) & 1));
25         buffer[1] = data & 0xff;
26