Re: [PATCH] tty: hvc: remove hvcs_driver_string

2020-04-03 Thread Jiri Slaby
On 03. 04. 20, 9:13, Jason Yan wrote: > No users of hvcs_driver_string, remove it. This fixes the following gcc > warning: > > drivers/tty/hvc/hvcs.c:199:19: warning: ‘hvcs_driver_string’ defined but > not used [-Wunused-const-variable=] > static const char hvcs_driver_string[] >

[PATCH] tty: hvc: remove hvcs_driver_string

2020-04-03 Thread Jason Yan
No users of hvcs_driver_string, remove it. This fixes the following gcc warning: drivers/tty/hvc/hvcs.c:199:19: warning: ‘hvcs_driver_string’ defined but not used [-Wunused-const-variable=] static const char hvcs_driver_string[] ^~ Reported-by: Hulk Robot