From: Frank Wunderlich Date: Thu, 20 Aug 2020 14:37:53 +0000 (+0200) Subject: reset: drop unnecessary comment for pciesys X-Git-Tag: v2020.10~49^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a300d696caee9e97da5a0b835451d27c98e07f8f;p=platform%2Fkernel%2Fu-boot.git reset: drop unnecessary comment for pciesys after review from sam this comment should be removed Signed-off-by: Frank Wunderlich --- diff --git a/drivers/clk/mediatek/clk-mt7622.c b/drivers/clk/mediatek/clk-mt7622.c index d53ed69189..a1a35f72a3 100644 --- a/drivers/clk/mediatek/clk-mt7622.c +++ b/drivers/clk/mediatek/clk-mt7622.c @@ -599,7 +599,6 @@ static int mt7622_pciesys_bind(struct udevice *dev) int ret = 0; if (IS_ENABLED(CONFIG_RESET_MEDIATEK)) { -// PCIESYS uses in linux also 0x34 = ETHSYS reset controller ret = mediatek_reset_bind(dev, ETHSYS_HIFSYS_RST_CTRL_OFS, 1); if (ret) debug("Warning: failed to bind reset controller\n");