staging: comedi: gsc_hpdi: make board name pointer const
authorIan Abbott <abbotti@mev.co.uk>
Thu, 1 Nov 2012 16:28:31 +0000 (16:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:33:22 +0000 (12:33 -0700)
commit21309dabd3eec2827c7604a0cba19f3e795c33d7
tree7c2e976afed1caa6176ea7e92f3c1c20eccd23b7
parent6526cd1ad04adc2ca54d34d1f003b8bb5318d337
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 <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/gsc_hpdi.c