mirror of
https://github.com/torvalds/linux.git
synced 2026-06-18 12:02:19 +02:00
Fix the displayed phase for the ad9523 driver. Currently the most
significant decimal place is dropped and all other digits are shifted one
to the left. This is due to a multiplication by 10, which is not necessary,
so remove it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| ad9523.c | ||
| adf4350.c | ||
| Kconfig | ||
| Makefile | ||