Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82cef0b8 authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman
Browse files

usb: host: oxu210hp-hcd: Use static const char * const where possible



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 834e2312
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3696,7 +3696,7 @@ static void oxu_configuration(struct platform_device *pdev, void *base)
static int oxu_verify_id(struct platform_device *pdev, void *base)
static int oxu_verify_id(struct platform_device *pdev, void *base)
{
{
	u32 id;
	u32 id;
	char *bo[] = {
	static const char * const bo[] = {
		"reserved",
		"reserved",
		"128-pin LQFP",
		"128-pin LQFP",
		"84-pin TFBGA",
		"84-pin TFBGA",