mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
device_create() is race-prone, so use the race-free device_create_drvdata() instead as device_create() is going away. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>