staging: most: core: constify structure member
authorAndrey Shvetsov <andrey.shvetsov@k2l.de>
Mon, 12 Sep 2016 14:26:14 +0000 (16:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 13:01:29 +0000 (15:01 +0200)
commit602facfd96397298461cd71f6a6f9e17b82f9788
treed87192652baea5f26465d2ed47fa9f9bca91a896
parentbc5f96a15658f390aba8688408526542c9329d7e
staging: most: core: constify structure member

This patch adds the const qualifier to the declaration of the member
name_suffix of structure most_channel_capability. It is needed since it
points to string literals.

Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de>
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/mostcore/mostcore.h