From 7ae596b8c1464e671f040455c7da2719491c8e43 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Fri, 29 Aug 2014 20:40:32 -0500 Subject: [PATCH] staging: comedi: usbdux: fix sparse endianness warnings Sparse has many warnings like: drivers/staging/comedi/drivers/usbdux.c:366:32: warning: cast to restricted __le16 on lines on which devpriv->in_buf or devpriv->insn_buf are passed to le16_to_cpu(). This suggests that both of these variables should actually be of type __le16. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Cc: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed