Skip to content

Commit

Permalink
usb: host: oxu210hp-hcd: Use static const char * const where possible
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent 834e231 commit 82cef0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/oxu210hp-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82cef0b

Please sign in to comment.