diff options
author | Vinod Koul <[email protected]> | 2019-03-26 10:51:39 +0530 |
---|---|---|
committer | Andy Gross <[email protected]> | 2019-05-29 21:40:40 -0500 |
commit | b157d73ed0af6f901a59e25e095b46a7cb8bd397 (patch) | |
tree | b3d304b83a5a0b20cd352bea92aaf2615ebab58a | |
parent | f82682f4043f7de8af0bfe74dcf434b3f890669b (diff) |
MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file
Commit 83c177aea4c3: ("MAINTAINER: Add entry for Qualcomm ETHQOS
ethernet driver") added incorrect filename for DT binding, fix the same.
Fixes: 83c177aea4c3 ("MAINTAINER: Add entry for Qualcomm ETHQOS ethernet driver")
Reported-By: Joe Perches <[email protected]>
Reviewed-by: Amit Kucheria <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8ee8f2aeab13..0399b094f690 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13043,7 +13043,7 @@ M: Niklas Cassel <[email protected]> S: Maintained F: drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c -F: Documentation/devicetree/bindings/net/qcom,dwmac.txt +F: Documentation/devicetree/bindings/net/qcom,ethqos.txt QUALCOMM GENERIC INTERFACE I2C DRIVER M: Alok Chauhan <[email protected]> |