From: Ian Abbott Date: Fri, 23 Aug 2013 13:45:10 +0000 (+0100) Subject: staging: comedi: comedi_bond: use correct minor device numbers in name X-Git-Tag: v3.12-rc1~183^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7322b320d6376c5f5e3a8ec5a59eb117f81e9f69;p=pandora-kernel.git staging: comedi: comedi_bond: use correct minor device numbers in name The board name for "comedi_bond" is constructed from a space-separated list of items of the form "minor:subdevice" where "minor" is a minor device number and "subdevice" is a subdevice number. Currently, all the "minor" device numbers are for the "comedi_bond" device itself and the "subdevice" numbers are for the bonded devices. It makes makes more sense for the "minor" device numbers to come from the bonded devices as well so that the string is a list of bonded "minor:subdevice" pairs. Fix it. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed