From: Ian Abbott Date: Thu, 1 Nov 2012 16:28:31 +0000 (+0000) Subject: staging: comedi: gsc_hpdi: make board name pointer const X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~689 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21309dabd3eec2827c7604a0cba19f3e795c33d7;p=pandora-kernel.git staging: comedi: gsc_hpdi: make board name pointer const Change the type of the `name` member of `struct hpdi_board` from `char *` to `const char *` as it should not be modifiable. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed