commit | e4a18052bb99e25d2c0074981120b76638285c22 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Nov 01 19:00:59 2017 +0100 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sun Nov 05 13:53:14 2017 +0200 |
tree | c68496b98587db832c15f1e1070e2c24c0e04ef2 | |
parent | f6c8a317ab208aee223776327c06f23342492d54 [diff] |
platform/x86: sony-laptop: Drop variable assignment in sony_nc_setup_rfkill() The local variable "err" will eventually be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>