Commit f684b10
committed
ACPI: CPPC: Drop redundant local variable from cpc_read()
The ret_val local variable in cpc_read() is not necessary, so
eliminate it.
No functional impact.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Huang Rui <ray.huang@amd.com>1 parent 5f51c7c commit f684b10
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
918 | | - | |
919 | 918 | | |
920 | 919 | | |
921 | 920 | | |
922 | 921 | | |
923 | 922 | | |
924 | 923 | | |
925 | | - | |
| 924 | + | |
926 | 925 | | |
927 | 926 | | |
928 | 927 | | |
| |||
968 | 967 | | |
969 | 968 | | |
970 | 969 | | |
971 | | - | |
| 970 | + | |
972 | 971 | | |
973 | 972 | | |
974 | | - | |
| 973 | + | |
975 | 974 | | |
976 | 975 | | |
977 | 976 | | |
| |||
0 commit comments