]> git.baikalelectronics.ru Git - kernel.git/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)
commit4b783f0a7b6ab431f7114b20e5f1e83e81667550
tree74ce74123c4f0f615dcf2e09d6ad3046f7863b15
parent6069871957430b5161280721fad242d330b5b775
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