Greg Kroah-Hartman 5d99a8b814 SOUND: fix race in device_create
There is a race from when a device is created with device_create() and
then the drvdata is set with a call to dev_set_drvdata() in which a
sysfs file could be open, yet the drvdata will be NULL, causing all
sorts of bad things to happen.

This patch fixes the problem by using the new function,
device_create_drvdata().

Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-05-20 13:31:55 -07:00
..
2008-04-24 12:00:14 +02:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-04-29 08:06:18 -07:00
2008-04-24 12:00:39 +02:00
2008-01-31 17:29:48 +01:00
2008-04-24 12:00:12 +02:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-02-05 09:44:22 -08:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2006-12-20 08:55:36 +01:00
2008-01-31 17:29:48 +01:00
2008-05-20 13:31:55 -07:00
2008-02-14 21:13:32 -08:00