]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sound: fix cs4232 section mismatch
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 28 Jun 2006 11:26:56 +0000 (04:26 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 21:59:06 +0000 (14:59 -0700)
commite0206a7c71bccb4787eed937290feb04ccadf6e7
tree2da11db3037d8d05ea119f09af559cafa5486ef4
parente89dee75cf44dd1a4acd620df606d21be311ac2f
[PATCH] sound: fix cs4232 section mismatch

Fix section mismatch: adds __init to probe function,
frees some init memory, not critical.
WARNING: sound/oss/cs4232.o - Section mismatch: reference to .init.text: from .text after 'cs4232_pnp_probe' (at offset 0x152)

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/cs4232.c