From: H Hartley Sweeten Date: Tue, 4 Mar 2014 18:29:39 +0000 (-0700) Subject: staging: comedi: pcl818: fix PCL818_FI_DATAHI X-Git-Tag: v3.15-rc1~139^2~664 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ef4719ea7cb3c019c5eefb73eb37390cb55db6;p=pandora-kernel.git staging: comedi: pcl818: fix PCL818_FI_DATAHI The A/D FIFO uses two registers to get each analog data sample. PCL818_FI_DATALO is the LSB of the data and PCL818_FI_DATAHI is the MSB of the data. The current define for PCL818_FI_DATAHI is incorrect and results in the LSB getting read twice. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed