From: Richard Leitner Date: Thu, 21 Aug 2014 06:57:28 +0000 (+0200) Subject: usb: gadget: serial: remove PREFIX macro X-Git-Tag: fixes-for-v3.18-merge-window~16^2~118^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c572a217d1b81209ae5a4fe09a96db758f86f10b;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed