mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
70c8b4b8ab
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 |