mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-07 21:53:18 +09: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>