mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -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>