]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()
authorMarkus Elfring <elfring@users.sourceforge.net>
Sun, 15 Nov 2015 21:42:27 +0000 (22:42 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 16 Nov 2015 22:29:44 +0000 (23:29 +0100)
commita7fd78491059a50c6270e81b76300be5618114b8
treea3b49644782de0dced19072ea93515b5dc1992ca
parent837e0eb1c9d194f0eb3cf87d97b2235de146c9fe
ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()

The acpi_ec_delete_query() function tests whether its argument is NULL
and then returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ec.c