lkml.org 
[lkml]   [2021]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v3 2/4] usb: xhci-mtk: remove unnecessary setting of has_ippc
    On Fri, May 7, 2021 at 10:11 AM Chunfeng Yun <chunfeng.yun@mediatek.com> wrote:
    >
    > Due to @has_ippc's default value is 0, no need set it again if fail
    > to get ippc base address
    >
    > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>

    Reviewed-and-Tested-by: Ikjoon Jang <ikjn@chromium.org>

    > ---
    > v3: new patch suggested by Greg
    > fix typo suggested by Sergei
    > ---
    > drivers/usb/host/xhci-mtk.c | 2 --
    > 1 file changed, 2 deletions(-)
    >
    > diff --git a/drivers/usb/host/xhci-mtk.c b/drivers/usb/host/xhci-mtk.c
    > index b2058b3bc834..2548976bcf05 100644
    > --- a/drivers/usb/host/xhci-mtk.c
    > +++ b/drivers/usb/host/xhci-mtk.c
    > @@ -495,8 +495,6 @@ static int xhci_mtk_probe(struct platform_device *pdev)
    > goto put_usb2_hcd;
    > }
    > mtk->has_ippc = true;
    > - } else {
    > - mtk->has_ippc = false;
    > }
    >
    > device_init_wakeup(dev, true);
    > --
    > 2.18.0
    >

    \
     
     \ /
      Last update: 2021-06-10 05:34    [W:3.195 / U:0.352 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site