mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
net: stmmac: dwmac-qcom-ethqos: remove stray space
There's an unnecessary space in the rgmii_updatel() function, remove it. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Andrew Halaney <ahalaney@redhat.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
97f73bc59e
commit
f2b1758554
|
|
@ -117,7 +117,7 @@ static void rgmii_updatel(struct qcom_ethqos *ethqos,
|
|||
{
|
||||
unsigned int temp;
|
||||
|
||||
temp = rgmii_readl(ethqos, offset);
|
||||
temp = rgmii_readl(ethqos, offset);
|
||||
temp = (temp & ~(mask)) | val;
|
||||
rgmii_writel(ethqos, temp, offset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user