From ed8cd560206f0523e855d59f6bd341e5606ab5ca Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Fri, 7 Mar 2014 13:41:05 -0700 Subject: [PATCH] staging: comedi: jr3_pci: remove 'n_channels' from private data This member of the private data is actually the number of subdevices. We can get that information directly from the comedi_device. Do that instead and remove the unnecessary member from the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed