Re: [patch 08/15] esp: fix section mismatch warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2009-03-04 at 12:06 -0800, akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
> 
> Not critical.
> 
> WARNING: drivers/char/esp.o(.text+0x278): Section mismatch in reference from the function show_serial_version() to the variable .init.data:serial_version
> The function show_serial_version() references
> the variable __initdata serial_version.
> This is often because show_serial_version lacks a __initdata
> annotation or the annotation of serial_version is wrong.
> 
> WARNING: drivers/char/esp.o(.text+0x27d): Section mismatch in reference from the function show_serial_version() to the variable .init.data:serial_name
> The function show_serial_version() references
> the variable __initdata serial_name.
> This is often because show_serial_version lacks a __initdata
> annotation or the annotation of serial_name is wrong.
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
> Cc: Andrew J. Robinson <arobinso@xxxxxxx>
> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> ---
> 
>  drivers/char/esp.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -puN drivers/char/esp.c~esp-fix-section-mismatch-warning drivers/char/esp.c
> --- a/drivers/char/esp.c~esp-fix-section-mismatch-warning
> +++ a/drivers/char/esp.c

That's not a SCSI driver (so linux-scsi isn't the right list).  esp is
some type of strange serial driver.

James


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux