From: Chase Southwood Date: Sat, 30 Aug 2014 01:40:55 +0000 (-0500) Subject: staging: comedi: usbduxsigma: fix sparse endianness warnings X-Git-Tag: fixes-for-v3.18-merge-window~15^2~986 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83d9fae0dd0557b75f22edf9da5c4bd7bcf73b2;p=pandora-kernel.git staging: comedi: usbduxsigma: fix sparse endianness warnings Sparse has many warnings like: drivers/staging/comedi/drivers/usbduxsigma.c:293:21: warning: cast to restricted __be32 on lines on which devpriv->in_buf is passed to be32_to_cpu(). This suggests that this variable should actually be of type __be32. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Cc: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed