summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-09-14 04:23:58 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 17:21:41 (GMT)
commit82cef0b8bf90047ee10d6b826ca16630e4e80fae (patch)
tree83139ef7bb27473cba136ffe49a82d6b8d2340e5 /drivers/usb
parent834e2312e7a384877a876b0d34dffc3046c96bcb (diff)
downloadlinux-82cef0b8bf90047ee10d6b826ca16630e4e80fae.tar.xz
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/oxu210hp-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c
index d9c85a2..d32c3ea 100644
--- a/drivers/usb/host/oxu210hp-hcd.c
+++ b/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",