Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752239AbbEGO3I (ORCPT ); Thu, 7 May 2015 10:29:08 -0400 Received: from cantor2.suse.de ([195.135.220.15]:50233 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbbEGO3F (ORCPT ); Thu, 7 May 2015 10:29:05 -0400 Date: Thu, 7 May 2015 16:29:03 +0200 (CEST) From: Jiri Kosina To: =?ISO-8859-15?Q?Michal_Mal=FD?= cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, elias.vds@gmail.com, simon@mungewell.org Subject: Re: [PATCH v2 00/15] HID: hid-lg, hid-lg4ff: Mostly cleanup patches In-Reply-To: <1428526613-24239-1-git-send-email-madcatxster@devoid-pointer.net> Message-ID: References: <1428526613-24239-1-git-send-email-madcatxster@devoid-pointer.net> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 31 On Wed, 8 Apr 2015, Michal MalĂ˝ wrote: > Hello everyone, > > this is a mostly boring series that deals with a few inconsistencies in the > code that have accumulated over the years. Besides that it patches up a handful > of problems such a return values not being checked etc. > > The only significant change comes in patches 8 through 10 which introduce a > spinlock to handle concurrent access to the HID report that is used by the > driver to send data to the wheel. I would appreciate some comments on this one, > particularly on the way it handles deinitialization. Patches 8 and 9 contain > the necessary prep work, patch 10 adds the spinlocking. > > v2: > - Split previous patch 7 into three smaller patches > - Split the long line of text in patch 5 (now patch 6) > - Add another cleanup patch that removes unnecessary casts from void * This is a nice cleanup. I've applied it to for-4.2/logitech. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/