Greg Kroah-Hartman
authored
device_create() is race-prone, so use the race-free
device_create_drvdata() instead as device_create() is going away.
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>