From: Ian Abbott Date: Fri, 1 Feb 2013 10:20:30 +0000 (+0000) Subject: staging: comedi: change comedi_alloc_subdevice_minor parameters X-Git-Tag: v3.9-rc1~127^2~161 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65cc5447eaea9f7be1ff54e27c9658a66c5910f;p=pandora-kernel.git staging: comedi: change comedi_alloc_subdevice_minor parameters `comedi_alloc_subdevice_minor()` doesn't really need a parameter pointing to a `struct comedi_device` as it can get this information from the parameter pointing to a `struct comedi_subdevice`. Just pass the subdevice parameter. Signed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed