Home
last modified time | relevance | path

Searched hist:c0c725d7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gnss/
H A Dcore.cc0c725d7 Wed Jun 15 23:47:33 CDT 2022 Bo Liu <liubo03@inspur.com> gnss: replace ida_simple API

Use ida_alloc_xxx()/ida_free() instead of
ida_simple_get()/ida_simple_remove(), which has been deprecated.

Note that the upper bound is now inclusive.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Link: https://lore.kernel.org/r/20220616044733.3605-1-liubo03@inspur.com
Reviewed-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
[ johan: amend commit message ]
Signed-off-by: Johan Hovold <johan@kernel.org>