mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
powercap/intel_rapl: remove unneeded semicolon
A semicolon is not needed after a switch statement. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
3cea11cd5e
commit
a8193af7ec
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type,
|
|||
case ARBITRARY_UNIT:
|
||||
default:
|
||||
return value;
|
||||
};
|
||||
}
|
||||
|
||||
if (to_raw)
|
||||
return div64_u64(value, units) * scale;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue