]> git.itanic.dy.fi Git - linux-stable/commit
platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 16 Dec 2023 16:59:38 +0000 (17:59 +0100)
committerTzung-Bi Shih <tzungbi@kernel.org>
Mon, 18 Dec 2023 04:44:38 +0000 (12:44 +0800)
commit57eb6dcd32cf6b49c38eff81e60e8fd471aa05a8
treed36a67331392164ff88fc656a1ca2c8e7e959429
parent59a9ccf19ee03179faf047822bbec76cac7467a4
platform/chrome/wilco_ec: Remove usage of the deprecated ida_simple_xx() API

ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().

This is less verbose.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/898d9aa181a84f1d17725ca047004bad532c37e9.1702745959.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/wilco_ec/event.c
drivers/platform/chrome/wilco_ec/telemetry.c