diff options
| author | Li Jun <[email protected]> | 2025-06-04 08:17:12 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2025-07-22 20:23:07 +0000 |
| commit | 8adc8e1657e19849c02c764e371478a05ca83c57 (patch) | |
| tree | 669138c7511e52fcb8cd06fbb7d20e7adb6f2e4d /drivers/platform/x86/intel/pmt/class.c | |
| parent | Merge tag 'tegra-for-6.17-soc' of https://git.kernel.org/pub/scm/linux/kernel... (diff) | |
| download | kernel-8adc8e1657e19849c02c764e371478a05ca83c57.tar.gz kernel-8adc8e1657e19849c02c764e371478a05ca83c57.zip | |
bus: del unnecessary init var
The compiler generates initialization instructions,
which consume additional CPU cycles. the
sysc_clockdomain_init should assign a value
to 'error' before it is read.so the var don't need init
to 0.
Signed-off-by: Li Jun <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kevin Hilman <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'drivers/platform/x86/intel/pmt/class.c')
0 files changed, 0 insertions, 0 deletions
