[PATCH] Driver Core: fix up all callers of class_device_create()
The previous patch adding the ability to nest struct class_device changed the paramaters to the call class_device_create(). This patch fixes up all in-kernel users of the function. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -72,6 +72,7 @@ struct tape_class_device *register_tape_dev(
|
||||
|
||||
tcd->class_device = class_device_create(
|
||||
tape_class,
|
||||
NULL,
|
||||
tcd->char_device->dev,
|
||||
device,
|
||||
"%s", tcd->device_name
|
||||
|
Reference in New Issue
Block a user