Commit 6fadb98d authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: fix bus_id use in jr3_pci driver

bus_id is going away, so don't use it.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: David Schleef <ds@schleef.org>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 9afbebe4
......@@ -56,7 +56,7 @@ static void comedi_fw_release(struct device *dev)
}
static struct device comedi_fw_device = {
.bus_id = "comedi",
.init_name = "comedi",
.release = comedi_fw_release
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment