+6
−6
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Driver core:
change driver's, bus's, class's and platform device's names
to be const char * so one can use
const char *drv_name = "asdfg";
when initializing structures.
Also kill couple of whitespaces.
Signed-off-by:
Dmitry Torokhov <dtor@mail.ru>
Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>