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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 750D2C433F5 for ; Tue, 24 May 2022 12:08:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236172AbiEXMI5 (ORCPT ); Tue, 24 May 2022 08:08:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237179AbiEXMI4 (ORCPT ); Tue, 24 May 2022 08:08:56 -0400 Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B96836CA86 for ; Tue, 24 May 2022 05:08:54 -0700 (PDT) Received: by mail-yb1-xb34.google.com with SMTP id o80so30531020ybg.1 for ; Tue, 24 May 2022 05:08:54 -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=7Rv9jSjobu4ecwCe4SY+uyEkNKXxnSwqT2FnY7ruh/A=; b=S3naJZdTQRqK3tOQA7UkOYlULBdxnBHkVsh86OeZ/wYxhgPdBYyiRpettPzxiag2Dj p92Cx/XhKiGx6zrEgJn4JgigyXLXuEKHaoylHqDGT4gNvFs35t/+pM9CKfq4uNRorffJ xzHygGMzBYRPA6mICxnp7jc5pPvWP0eYD9inPtdzYX9A+YKKGBSpkrQ1/EcTLGT6rT/S BoU+ezoVi5WA41eByXi3lqFGjolDl5VAt91jnUjm6n0Pktin5ZZbfshIEtv96YIGy/ei cdZobvrp/rCdKDCgXqDYcTLSEyV2IpO/U9uXEdbPSB6llgIa0urxMpprIK9hSFDxb6Lf YeZA== 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=7Rv9jSjobu4ecwCe4SY+uyEkNKXxnSwqT2FnY7ruh/A=; b=ZPOHggqu3gA1i1YkRaoG6XBxkUQ1tXZEm0WeJ/Auw3r8MVXntY0QEuUw3gu4Z6HMqN 0ib7TZ1lFGH2XMhcKAiqpFKtEtha2AO3/ij/urGPlIEF8VGNq7MCsDnfhnNCZSFV8e2H pKG1y5De1olF8P9STx6qqYHvKPWnwEgCreVL+vPKWDeuBHblbCXIcXCynqTzhF7GUZeI mWb6ZbFfnaQwGgGFP8zZ5YIVtjvbobLuLHT0HJNuTQLrJ1w5UGXSbVUxjuIR9EuMmIT0 kNkPkJoT+fNcNhDeDcCJVtWX7k/QUxn1UYCh1wD7V3u+YxAU2BtOBA5lZzs72bRv6n66 2F9Q== X-Gm-Message-State: AOAM531Q93gAdkEDrUc0f86kuVRv39JQ8g/SSO5t8UJYOZvXYFnqb0UC jOslV9l3kXBBUNu9CAiT7nrmfzCdNZrCuBwTCncS1ZmYqCw= X-Google-Smtp-Source: ABdhPJy4SRmRzjWEzG27OK5rV1vMmhhDK7hUMtQHiKgHAoNziYbQJQMUEHLcjr1ibcyD12wVn5ryXx95z6gkr+/RzbM= X-Received: by 2002:a25:e78a:0:b0:64d:672b:af3c with SMTP id e132-20020a25e78a000000b0064d672baf3cmr26884435ybh.369.1653394133969; Tue, 24 May 2022 05:08:53 -0700 (PDT) MIME-Version: 1.0 References: <20220410120059.2583849-1-linus.walleij@linaro.org> In-Reply-To: <20220410120059.2583849-1-linus.walleij@linaro.org> From: Linus Walleij Date: Tue, 24 May 2022 14:08:43 +0200 Message-ID: Subject: Re: [PATCH 1/5] Input: zinitix - Helper dev variable in probe() To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Nikita Travkin , Michael Srba Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Sun, Apr 10, 2022 at 2:03 PM Linus Walleij wrote: > Create a helper variable struct device *dev in probe() to > make the code more compact and easier to read. > > Signed-off-by: Linus Walleij Anything needed with this patch set? I'd be fine if we just merge the cleanups (patches 1-3) as a base to begin with. Sorry for pushing, I know there may be much to do. Yours, Linus Walleij