diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2014-08-21 10:57:28 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-08-27 23:13:18 +0400 |
commit | c572a217d1b81209ae5a4fe09a96db758f86f10b (patch) | |
tree | 377f0e2fc3df187b6915ede0c39cb83f479cd8af /drivers/usb/misc | |
parent | b8b0ea51b381a43c3179281a7aaf95b49f9f5f7b (diff) | |
download | linux-c572a217d1b81209ae5a4fe09a96db758f86f10b.tar.xz |
usb: gadget: serial: remove PREFIX macro
Remove the ttyGS PREFIX macro from u_serial.c and replace all occurences with
the hardcoded ttyGS string.
This macro was mostly used in a few debug/warning messages and a lot of
hardcoded ttyGS existed beneath. It may have been used for renaming the
tty, but if done so most debug messages would have ignored this.
Due to the fact the usage of this PREFIX in all debug calls would have
resulted in a hard to read/grep code it is removed completely.
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/misc')
0 files changed, 0 insertions, 0 deletions