leds: core: Fix devm_classdev_match to reference correct structure
authorDan Murphy <dmurphy@ti.com>
Wed, 2 Oct 2019 12:40:41 +0000 (07:40 -0500)
committerPavel <pavel@ucw.cz>
Sun, 3 Nov 2019 16:38:51 +0000 (17:38 +0100)
commit4b83cf07d7a4ae70eae2e49086515cad0f42c629
tree787c2696bf1c6415c9fe19d566bafbecbdcf08a7
parentec28a8cfdce6306afcbf528e231a733010c82251
leds: core: Fix devm_classdev_match to reference correct structure

Fix the devm_classdev_match pointer initialization to the correct
structure type.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/led-class.c