From 4a16c820233bd55d8a1b6ad54f32d889d3bd39c9 Mon Sep 17 00:00:00 2001 From: TechPanelGM Date: Thu, 31 Jul 2025 08:07:24 +0000 Subject: [PATCH] cmi: switch to device extract only --- extract-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.py b/extract-files.py index 18a8954..f6c1068 100755 --- a/extract-files.py +++ b/extract-files.py @@ -70,5 +70,5 @@ module = ExtractUtilsModule( ) if __name__ == '__main__': - utils = ExtractUtils.device_with_common(module, 'sm8250-common', module.vendor) + utils = ExtractUtils.device(module) utils.run()