Browse Source

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Joe Perches 15 years ago
parent
commit
82cef0b8bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/usb/host/oxu210hp-hcd.c

+ 1 - 1
drivers/usb/host/oxu210hp-hcd.c

@@ -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)
 {
 	u32 id;
-	char *bo[] = {
+	static const char * const bo[] = {
 		"reserved",
 		"128-pin LQFP",
 		"84-pin TFBGA",