]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Staging: comedi: usbduxfast: don't initialize semaphores on init
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Tue, 3 Mar 2009 18:38:32 +0000 (19:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:53 +0000 (14:53 -0700)
commit3944969427e11f3081d676c16cebeff4060ce992
tree975224b707ff0d8987745525d7f62d4570a6dc40
parent38c39e43f90fa7ab891a2590a59497fe0a10cee2
Staging: comedi: usbduxfast: don't initialize semaphores on init

This patch removes usbduxfast semaphores initialization
from init function as they are initialized later on in
probe function. Also remove init_usb_devices() as it is
not needed anymore.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Cc: Bernd Porr <BerndPorr@f2s.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Cc: David Schleef <ds@schleef.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/usbduxfast.c