From: H Hartley Sweeten Date: Tue, 12 Jun 2012 18:57:27 +0000 (-0700) Subject: staging: comedi: change type of num_subdevices parameter to comedi_alloc_subdevices X-Git-Tag: v3.6-rc1~100^2~825 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9ba6e5efc3213f384cda155861a4f7ae903365;p=pandora-kernel.git staging: comedi: change type of num_subdevices parameter to comedi_alloc_subdevices The n_subdevices variable of struct comedi_device is an int type. Change the type of the comedi_alloc_subdevices 'num_subdevices' from an unsigned int to an int to match it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed