1
0
Files
linux/sound
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-01-31 17:29:48 +01:00
2008-05-20 13:31:55 -07:00
2008-05-20 11:56:24 +02:00
2008-01-31 17:29:48 +01:00
2008-01-31 17:29:48 +01:00
2008-05-20 11:56:40 +02:00
2008-01-31 17:29:48 +01:00
2008-04-24 12:00:38 +02:00
2008-01-31 17:29:48 +01:00
2007-02-09 09:03:54 +01:00
2008-01-31 17:29:48 +01:00
2007-05-21 09:18:19 -07:00