Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phy: exynos5-usbdrd: Fix off-by-one valid value checking for args->ar…
…gs[0] Current code uses args->args[0] as array subscript of phy_drd->phys[]. So the valid value range for args->args[0] is 0 ... EXYNOS5_DRDPHYS_NUM - 1. Signed-off-by: Axel Lin <[email protected]> Reviewed by: Vivek Gautam <[email protected]> Signed-off-by: Kishon Vijay Abraham I <[email protected]>
- Loading branch information