From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Andrzej Siewior Subject: Re: [PATCH 15/19] input/ti_am335x_tsc: tiny cleanup Date: Tue, 4 Jun 2013 12:27:14 +0200 Message-ID: <20130604102714.GE1151@linutronix.de> References: <1369681926-22185-1-git-send-email-bigeasy@linutronix.de> <1369681926-22185-16-git-send-email-bigeasy@linutronix.de> <51AB85A0.4040004@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from www.linutronix.de ([62.245.132.108]:54933 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210Ab3FDK1P (ORCPT ); Tue, 4 Jun 2013 06:27:15 -0400 Content-Disposition: inline In-Reply-To: <51AB85A0.4040004@kernel.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jonathan Cameron Cc: linux-input@vger.kernel.org, linux-iio@vger.kernel.org, Samuel Ortiz , Jonathan Cameron , Dmitry Torokhov , Felipe Balbi * Jonathan Cameron | 2013-06-02 18:49:20 [+0100]: >On 05/27/2013 08:12 PM, Sebastian Andrzej Siewior wrote: >> Things that can be done to done without using make up: >That causes some amusing images of code with lipstick ;) 'wake up' perhaps? Well, make up is usually used to cover up for the bad looks. In that case, the code passed checkpatch but looks ugly as hell so it had to use some kind of make to get through the review process :) This patch tries to clean that code so the make up is not required any more. Sebastian