Colin Ian King 71c50dbe1f ACPI / LPSS: Remove redundant initialization of clk
The pointer clk is being initialized to ERR_PTR(-ENODEV) however
this value is never read before it is set to clk_data->clk. Thus
the initialization is redundant and can be mored.

Cleans up clang warning:
Value stored to 'clk' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2017-11-09 00:43:30 +01:00
..
2017-10-04 17:34:41 +01:00
2017-08-24 03:38:25 +02:00
2017-07-04 14:16:49 -07:00
2016-10-10 02:20:43 +02:00
2017-05-09 15:15:47 -07:00
2017-08-07 14:28:51 +02:00