]> Pileus Git - ~andy/linux/commit
usb: amd5536udc: Fix the type of ep_string
authorCyril Roelandt <tipecaml@gmail.com>
Sun, 26 Feb 2012 15:00:25 +0000 (16:00 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 27 Feb 2012 14:35:06 +0000 (16:35 +0200)
commit34af373865b91aa4108134b5a4748d40a100111c
tree74ce74123c4f0f615dcf2e09d6ad3046f7863b15
parent1b8860df38963218a30e9f1f39d649c992cb9efa
usb: amd5536udc: Fix the type of ep_string

Use "static const char *const" instead of "static const char *".

Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/amd5536udc.c