ACPI / util: remove redundant check if element is NULL
authorColin Ian King <colin.king@canonical.com>
Sun, 28 Feb 2016 20:31:49 +0000 (20:31 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Mar 2016 22:47:35 +0000 (23:47 +0100)
commitbea3c377c286f4f63f67f2e061c1d8851af76b7e
treeb0d63c774230f3e71a2ff80f98fd186059f7e3c9
parentb2ca5dae31d61c4610ea3228f43f7cc66312897c
ACPI / util: remove redundant check if element is NULL

element is &package->package.elements[i] which can never be NULL
so the check to see if it is NULL is redundant and can be removed.

Detected with static analysis by CoverityScan

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/utils.c