• Andrew Morton's avatar
    [PATCH] ad1848 section fix · b307e854
    Andrew Morton authored
    WARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between 'ad1848_init_generic' (at offset 0x46f0) and 'kmalloc'
    WARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between 'ad1848_init_generic' (at offset 0x46f8) and 'kmalloc'
    WARNING: sound/oss/ad1848.o - Section mismatch: reference to .init.data:ad1848_isapnp_list from .text between 'ad1848_init_generic' (at offset 0x4818) and 'kmalloc'
    
    Also,
    
    sound/oss/ad1848.c: In function `ad1848_init':
    sound/oss/ad1848.c:2029: warning: cast to pointer from integer of different size
    sound/oss/ad1848.c: In function `ad1848_unload':
    sound/oss/ad1848.c:2178: warning: cast to pointer from integer of different size
    sound/oss/ad1848.c: In function `adintr':
    sound/oss/ad1848.c:2207: warning: cast from pointer to integer of different size
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    b307e854
ad1848.c 74.2 KB