core: chip: drop the unneeded prefix from a static function
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 16 Dec 2022 09:02:09 +0000 (10:02 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 16 Dec 2022 13:58:58 +0000 (14:58 +0100)
commita6014a75a260e6047912950756065f7aaeb43f13
tree3dbb31aae74ad72329f65e3e05335db297287266
parentb353e7b1b65450d04bcbc72e42efc13b04d98a00
core: chip: drop the unneeded prefix from a static function

Rename the static function that uses the word 'chip' twice in its name.
Just remove the prefix as we don't export this symbol.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
lib/chip.c