[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <453B921D.80008@freemail.hu>
Date: Sun, 22 Oct 2006 17:45:33 +0200
From: Németh Márton <nm127@...email.hu>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
CC: linux-input@...ey.karlin.mff.cuni.cz, linux-kernel@...r.kernel.org
Subject: [patch] input: function call order in serio_exit()
Hi,
the order of the bus registration and the kthread start was changed
between linux kernel 2.6.17.11 and 2.6.18. The order is now first
register the bus and then start the kthread. The serio_exit() left
unchanged.
I think that the order of the function calls in serio_exit() should also
be changed: first stop the kthread and then unregister the bus.
What do you think?
NMarci
View attachment "serio-exit.diff" of type "text/plain" (396 bytes)
Powered by blists - more mailing lists