From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750904AbdAWBaO (ORCPT ); Sun, 22 Jan 2017 20:30:14 -0500 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35916 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbdAWBaN (ORCPT ); Sun, 22 Jan 2017 20:30:13 -0500 Date: Sun, 22 Jan 2017 17:30:09 -0800 From: Dmitry Torokhov To: Guenter Roeck Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] Input: Drop unnecessary calls to input_set_drvdata Message-ID: <20170123013009.GA29135@dtor-ws> References: <1485132505-14562-1-git-send-email-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1485132505-14562-1-git-send-email-linux@roeck-us.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 22, 2017 at 04:48:19PM -0800, Guenter Roeck wrote: > If there is not call to dev_get_drvdata() or input_get_drvdata(), > the call to input_set_drvdata() is unnecessary and can be dropped. > > The series was build tested on kerneltests.org and by the 0day build system. > > The patch series is based on v4.10-rc4, with input/next (sha 2de8b4110c82) > merged on top. For convenience, the series is available at: > git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git input-base > > ---------------------------------------------------------------- > Guenter Roeck (5): > Input: keyboard - drop unnecessary calls to input_set_drvdata > Input: joystick/maplecontrol - drop unnecessary call to input_set_drvdata > Input: mouse - drop unnecessary calls to input_set_drvdata > Input: misc/dm355evm_keys - drop unnecessary call to input_set_drvdata > Input: touchscreen - drop unnecessary calls to input_set_drvdata Applied the lot, thank you. -- Dmitry