linux/drivers/staging/olpc_dcon
Arnd Bergmann ae0a6d2017 staging: olpc_dcon_xo_1: add missing 'const' qualifier
gcc noticed a mismatch between the type qualifiers after a recent
cleanup:

drivers/staging/olpc_dcon/olpc_dcon_xo_1.c: In function 'dcon_init_xo_1':
drivers/staging/olpc_dcon/olpc_dcon_xo_1.c:48:26: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]

Add the 'const' keyword that should have been there all along.

Fixes: 2159fb3729 ("staging: olpc_dcon: olpc_dcon_xo_1.c: Switch to the gpio descriptor interface")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-03-18 07:57:58 +01:00
..
Kconfig staging: olpc_dcon: add a missing dependency 2018-09-20 12:28:02 +02:00
Makefile Revert "Staging: olpc_dcon: Remove obsolete driver" 2016-04-04 13:52:35 -07:00
TODO staging: olpc_dcon: Augment TODO file with GPIO work item 2018-04-23 14:36:10 +02:00
olpc_dcon.c Staging: One Laptop Per Child: fix SPDX-License-Identifier issue 2018-08-27 19:53:03 +02:00
olpc_dcon.h staging: olpc_dcon: add missing identifier names 2018-07-16 10:19:14 +02:00
olpc_dcon_xo_1.c staging: olpc_dcon_xo_1: add missing 'const' qualifier 2019-03-18 07:57:58 +01:00
olpc_dcon_xo_1_5.c Staging: One Laptop Per Child: fix SPDX-License-Identifier issue 2018-08-27 19:53:03 +02:00