Skip to content

Commit

Permalink
Staging: comedi: fix bus_id use in jr3_pci driver
Browse files Browse the repository at this point in the history
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: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 9afbebe commit 6fadb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/jr3_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 6fadb98

Please sign in to comment.