From: H Hartley Sweeten Date: Wed, 25 Sep 2013 22:35:26 +0000 (-0700) Subject: staging: comedi: pcl726: remove 'bipolar' from the private data X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f58e1f68ae9192d6c3a7dffa09ac2f2ec41fe0;p=pandora-kernel.git staging: comedi: pcl726: remove 'bipolar' from the private data These flags are set in the private data during the attach to indicate if the range for each channel is bipolar or unipolar. Use the helper function conedi_chan_range_is_bipolar() to determine this by checking the range_table_list directly. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed