From b83d9fae0dd0557b75f22edf9da5c4bd7bcf73b2 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Fri, 29 Aug 2014 20:40:55 -0500 Subject: [PATCH] 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-format-patch failed