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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 5AE49C10F14 for ; Tue, 8 Oct 2019 12:03:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3DE5C2070B for ; Tue, 8 Oct 2019 12:03:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730779AbfJHMDm (ORCPT ); Tue, 8 Oct 2019 08:03:42 -0400 Received: from 1.mo69.mail-out.ovh.net ([178.33.251.173]:53711 "EHLO 1.mo69.mail-out.ovh.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730709AbfJHMDm (ORCPT ); Tue, 8 Oct 2019 08:03:42 -0400 Received: from player779.ha.ovh.net (unknown [10.108.42.5]) by mo69.mail-out.ovh.net (Postfix) with ESMTP id F2D8C6BB93 for ; Tue, 8 Oct 2019 13:44:38 +0200 (CEST) Received: from etezian.org (85-76-98-218-nat.elisa-mobile.fi [85.76.98.218]) (Authenticated sender: andi@etezian.org) by player779.ha.ovh.net (Postfix) with ESMTPSA id 46727A99DC68; Tue, 8 Oct 2019 11:44:27 +0000 (UTC) Date: Tue, 8 Oct 2019 14:44:26 +0300 From: Andi Shyti To: Stephan Gerhold Cc: Dmitry Torokhov , Andi Shyti , Andi Shyti , Simon Shields , linux-input@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] Input: mms114 - use device_get_match_data Message-ID: <20191008114426.GC4015@jack.zhora.eu> References: <20191007203343.101466-1-stephan@gerhold.net> <20191007203343.101466-2-stephan@gerhold.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191007203343.101466-2-stephan@gerhold.net> User-Agent: Mutt/1.10.1 (2018-07-13) X-Ovh-Tracer-Id: 8549520944366338797 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrheelgdeghecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephan, > device_get_match_data is available now, so we can replace the call > to of_device_get_match_data and remove the FIXME comment. > > Signed-off-by: Stephan Gerhold Reviewed-by: Andi Shyti Thanks, Andi