From: H Hartley Sweeten Date: Tue, 26 Jun 2012 00:22:18 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: use the BIP_RANGE helper macro X-Git-Tag: v3.6-rc1~100^2~517 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=443bbedbbef9df3884a93d1200fd087a966aa9c6;p=pandora-kernel.git staging: comedi: cb_das16_cs: use the BIP_RANGE helper macro The BIP_RANGE(a) macro can be used instead of the RANGE(a,b) macro when -a == b. And it's a bit clearer that this is a bipolar range. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed