public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* input.c: start on release
@ 2007-02-23  5:29 Pete Zaitcev
  2007-02-23 15:06 ` Dmitry Torokhov
  0 siblings, 1 reply; 5+ messages in thread
From: Pete Zaitcev @ 2007-02-23  5:29 UTC (permalink / raw)
  To: dtor; +Cc: linux-kernel

Here's a curious code I found in drivers/input/input.c (2.6.21-rc1):

void input_release_device(struct input_handle *handle)
{
....
	if (handle->handler->start)
		handle->handler->start(handle);
}

Is the above supposed to be this way, or you meant ->stop here?

The commit comment says:
	Input: fix list iteration in input_release_device()
It says me precisely nothing about the way it's supposed ot be, sorry...

-- Pete

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-02-24 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-23  5:29 input.c: start on release Pete Zaitcev
2007-02-23 15:06 ` Dmitry Torokhov
2007-02-24  0:44   ` Pete Zaitcev
2007-02-24 16:57     ` Dmitry Torokhov
2007-02-24 19:27       ` Pete Zaitcev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox