mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
device_create() is race-prone, so use the race-free device_create_drvdata() instead as device_create() is going away. Cc: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>