mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
Use switch - case to downshift from the current link rate. It's a small
loop now, so fine to be replaced with switch - case. With a loop, it is
confusing and hard to follow as reported below.
The patch
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| zynqmp_disp.c | ||
| zynqmp_disp.h | ||
| zynqmp_disp_regs.h | ||
| zynqmp_dp.c | ||
| zynqmp_dp.h | ||
| zynqmp_dpsub.c | ||
| zynqmp_dpsub.h | ||