From: Greg Kroah-Hartman Date: Wed, 21 May 2008 19:52:33 +0000 (-0700) Subject: device create: sound: convert device_create to device_create_drvdata X-Git-Tag: v2.6.27-rc1~866^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89409211ff97bf82295d1fb98ab18302a03e9199;p=pandora-kernel.git device create: sound: convert device_create to device_create_drvdata device_create() is race-prone, so use the race-free device_create_drvdata() instead as device_create() is going away. Cc: Jaroslav Kysela Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed