Re: [PATCH 02/18] lirc serial port receiver/transmitter device driver

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stefan Bauer
Date: Thursday, September 11, 2008 - 12:49 pm

Jarod Wilson wrote:


I just want to thank you very much for your work and give you my Tested-By. 
Todays git (b2e9c18a32423310a309f94ea5a659c4bb264378) works well here with 
lirc-0.8.3 userspace on a Pentium 3/i815-system.

But I've had a section mismatch in the lirc code, don't know if this is 
serious.

WARNING: drivers/input/lirc/lirc_serial.o(.init.text+0x11e): Section mismatch 
in reference from the function init_module() to the 
function .exit.text:lirc_serial_exit()
The function __init init_module() references
a function __exit lirc_serial_exit().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __exit annotation of
lirc_serial_exit() so it may be used outside an exit section.


Regards,
Stefan
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 02/18] lirc serial port receiver/transmitter de ..., Stefan Bauer, (Thu Sep 11, 12:49 pm)
Re: [PATCH 02/18] lirc serial port receiver/transmitter de ..., Christoph Bartelmus, (Sat Sep 13, 12:09 am)