From 5c520aafa0cb234a9124569f742e82d04ab5006b Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 15 Sep 2014 13:46:02 +0100 Subject: [PATCH] staging: comedi: comedi_fc: cfc_write_array_to_buffer() data is const The `data` pointer of `cfc_write_array_to_buffer()` ought to point to `const` data. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed