mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
device_create() is race-prone, so use the race-free device_create_drvdata() instead as device_create() is going away. Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>