kernel-ark/sound
Benjamin Herrenschmidt d63fb6c55f [PATCH] powermac: Fix some 64b resource damage
The 64 bits resource patches did a bit of damage on PowerMac causing a
buffer overflow in macio_asic and a warning in a sound driver. The
former is fixed by reverting the sprintf of the bus_id to %08x as it was
before. The bus_id used for macio devices is always a 32 bits value
(macio always sits in 32 bits space) and since it's exposed to userland,
the format of the string shouldn't be changed like that anyway. The
second by using the proper type for printk.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-07-01 20:11:56 -07:00
..
aoa
arm Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
core Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
drivers
i2c
isa
mips
oss Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
parisc
pci
pcmcia
ppc [PATCH] powermac: Fix some 64b resource damage 2006-07-01 20:11:56 -07:00
sparc Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
synth
usb
Kconfig
last.c
Makefile
sound_core.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sound_firmware.c