staging/easycap: easycap_settings.c don't copy constant strings twice
authorTomas Winkler <tomas.winkler@intel.com>
Sat, 5 Mar 2011 22:55:24 +0000 (00:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 21:52:56 +0000 (13:52 -0800)
eliminate copying twice a constant string just capture it using
const char * pointer

piggyback some other style fixes

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found