From: Chase Southwood Date: Sun, 31 Aug 2014 19:45:00 +0000 (-0500) Subject: staging: comedi: usbduxsigma: fix more sparse endianness warnings X-Git-Tag: fixes-for-v3.18-merge-window~15^2~856 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80f58c96d6dd8c7bf7ec33ca695c4fa6b956862;p=pandora-kernel.git staging: comedi: usbduxsigma: fix more sparse endianness warnings Sparse shows a couple of warnings like: drivers/staging/comedi/drivers/usbduxsigma.c:787:23: warning: cast to restricted __be32 Looking at the indicated lines shows that the issue is caused by an incorrect cast to uint32_t instead of __be32. Fix this cast. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Cc: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed