From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 553DBC433EF for ; Mon, 20 Sep 2021 09:27:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3386D60F46 for ; Mon, 20 Sep 2021 09:27:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233244AbhITJ3R (ORCPT ); Mon, 20 Sep 2021 05:29:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230191AbhITJ3P (ORCPT ); Mon, 20 Sep 2021 05:29:15 -0400 Received: from mail-pj1-x1036.google.com (mail-pj1-x1036.google.com [IPv6:2607:f8b0:4864:20::1036]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09509C061574 for ; Mon, 20 Sep 2021 02:27:49 -0700 (PDT) Received: by mail-pj1-x1036.google.com with SMTP id m21-20020a17090a859500b00197688449c4so12229383pjn.0 for ; Mon, 20 Sep 2021 02:27:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AkK83KoahY30COqnHPfu5NhmXo2Lmr5a3aIm9VHLcOE=; b=daSOJbuZKfdabxXRP7RitCR98YqhVhU/7MIA6S7yHXx9yTkUt9SNuGTki+mR83qSab r8Gd0n5LLChV3G2xoTrE/Xxp7DNcvtDdGSuJSZMpkk5C7TTk4LfeldllgKQw1y8sJBrz G/F+1w+q62fVM0ZI2YHOmlbI1mSttQ8FNpLjFoJQyWOZH2gA1YfZhu6yGQEaM649PWiC dPOuB75qvnqg1Ol4+9H/pWlT+bVOwKhgmC3LadTuo0RqXs3FWwFL65f4sf1U2kArWRRu EhMZ588oVC8Ugfrez/fA9bpSYaRgSQLEEvaWU0Pyy9FTPKqg9xfiUAAI45ZyRvzlC4j5 Ua6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AkK83KoahY30COqnHPfu5NhmXo2Lmr5a3aIm9VHLcOE=; b=ZiQ+TKziemgW6diGx6LB2GGPwwdnanyXZIJfKRIbRnBzd3C4V5lXYBvw3DzHBZi4BQ C0FEMduWZvEN429B6mPeKk/wLUgnH1wlvqMJW0c6Sq2g44ePRAuE+wFrHu8Li11cEFa5 OsJDL5fagmtYH8/9u4ujj+QrBYMBwMoissoJLefVEewmMEsBKGcS+e132A9KDpkP/vcz K+fbt/qiUwgDrqbpqjdqS/6w5WFYezdH3PCMWiSL0aMNnD7mpc9sOsXg1yX9u7Hb+0q1 R3IDpYfi2Azi1mMSfRnW1zLhjr78McuTQxDBjBe9bOoyLkUGyjUYGJeEWws8ZdrNoBy8 yEdg== X-Gm-Message-State: AOAM532W4gXEBwyG/JQX2nQ6+fNXSlGXy0nJL72Z/ahdRbDtn6sEweoL pchznoNFDEUsKeJpAltcsHjrt3Bgp5w1v55godz89NJJtdYprQ== X-Google-Smtp-Source: ABdhPJy0CPwEY1Ze6w0dvv1rQvLAPIfSuDz1pmlBDkF4xo460yt13swCiLs4CtvAGWB1+2bvoSa/PzdYXHIOLRUwgKE= X-Received: by 2002:a17:90a:5e03:: with SMTP id w3mr28216977pjf.152.1632130068379; Mon, 20 Sep 2021 02:27:48 -0700 (PDT) MIME-Version: 1.0 References: <20210918140420.231346-1-knaerzche@gmail.com> In-Reply-To: <20210918140420.231346-1-knaerzche@gmail.com> From: Robert Foss Date: Mon, 20 Sep 2021 11:27:37 +0200 Message-ID: Subject: Re: [PATCH] drm: bridge: it66121: Fix return value it66121_probe To: Alex Bee Cc: Phong LE , Neil Armstrong , Andrzej Hajda , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Daniel Vetter , dri-devel , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Alex, Thanks for submitting this. Applied to drm-misc-next. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 28796C433F5 for ; Mon, 20 Sep 2021 09:27:51 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C092F60F46 for ; Mon, 20 Sep 2021 09:27:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C092F60F46 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E58B06E452; Mon, 20 Sep 2021 09:27:49 +0000 (UTC) Received: from mail-pl1-x630.google.com (mail-pl1-x630.google.com [IPv6:2607:f8b0:4864:20::630]) by gabe.freedesktop.org (Postfix) with ESMTPS id DE15B6E452 for ; Mon, 20 Sep 2021 09:27:48 +0000 (UTC) Received: by mail-pl1-x630.google.com with SMTP id y1so3684239plk.10 for ; Mon, 20 Sep 2021 02:27:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=AkK83KoahY30COqnHPfu5NhmXo2Lmr5a3aIm9VHLcOE=; b=daSOJbuZKfdabxXRP7RitCR98YqhVhU/7MIA6S7yHXx9yTkUt9SNuGTki+mR83qSab r8Gd0n5LLChV3G2xoTrE/Xxp7DNcvtDdGSuJSZMpkk5C7TTk4LfeldllgKQw1y8sJBrz G/F+1w+q62fVM0ZI2YHOmlbI1mSttQ8FNpLjFoJQyWOZH2gA1YfZhu6yGQEaM649PWiC dPOuB75qvnqg1Ol4+9H/pWlT+bVOwKhgmC3LadTuo0RqXs3FWwFL65f4sf1U2kArWRRu EhMZ588oVC8Ugfrez/fA9bpSYaRgSQLEEvaWU0Pyy9FTPKqg9xfiUAAI45ZyRvzlC4j5 Ua6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=AkK83KoahY30COqnHPfu5NhmXo2Lmr5a3aIm9VHLcOE=; b=oYhmy0Q6rTa4UiwkymllUUJoVg5msdy9wY1UbTJZBtz59ADKUDgzXKbymOjwIovmxq PBXEVZfVNhCLb1RwGKB2l4BJzyk9MzqrM1iwqw3dyK9V+xD7U5pAeGsW/7zliFbjUC25 3o2Qeot+m2YUSAc4ohpv9VvB31/rQqlhp1FdiWAt0dlnzfsLo0F2lT2fpyJUt9H4ycMb n+BfdK1nigsIF9j6V2aMlkGrX4UgeAWSdtldYEi1j4ZtsXSv4PwLA+RpqSoH38TKZ70Q WMF4Bl3g2X8aBUMlrcboZNmdlpYrIAhFlaUwRyY2eQAFIyAdJ0xIVBaPulvRHfI74Gg6 F0IQ== X-Gm-Message-State: AOAM533DTfP5meigjH5feMrjD/gMCJ/3zTbgHRDnrGQxQdvPsqU80yIr wGCqKxQR1OrfoT6mK8245YcCcCVaoZGBy25XIqCmKA== X-Google-Smtp-Source: ABdhPJy0CPwEY1Ze6w0dvv1rQvLAPIfSuDz1pmlBDkF4xo460yt13swCiLs4CtvAGWB1+2bvoSa/PzdYXHIOLRUwgKE= X-Received: by 2002:a17:90a:5e03:: with SMTP id w3mr28216977pjf.152.1632130068379; Mon, 20 Sep 2021 02:27:48 -0700 (PDT) MIME-Version: 1.0 References: <20210918140420.231346-1-knaerzche@gmail.com> In-Reply-To: <20210918140420.231346-1-knaerzche@gmail.com> From: Robert Foss Date: Mon, 20 Sep 2021 11:27:37 +0200 Message-ID: Subject: Re: [PATCH] drm: bridge: it66121: Fix return value it66121_probe To: Alex Bee Cc: Phong LE , Neil Armstrong , Andrzej Hajda , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , David Airlie , Daniel Vetter , dri-devel , linux-kernel Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hey Alex, Thanks for submitting this. Applied to drm-misc-next.