From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: [PATCH 2/4] Input: cyttsp4 - core driver for Cypress TMA4XX touchscreen devices Date: Fri, 24 Aug 2012 16:21:05 +0200 Message-ID: <50378DD1.9080806@suse.cz> References: <1344345000-30494-1-git-send-email-fery@cypress.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from cantor2.suse.de ([195.135.220.15]:40423 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754396Ab2HXOVg (ORCPT ); Fri, 24 Aug 2012 10:21:36 -0400 In-Reply-To: <1344345000-30494-1-git-send-email-fery@cypress.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Ferruh Yigit Cc: Dmitry Torokhov , Kevin McNeely , Javier Martinez Canillas , Henrik Rydberg , Shawn Landden , Ashish Jangam , Olivier Sobrie , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Dne 7.8.2012 15:09, Ferruh Yigit napsal(a): > +static int __init cyttsp4_core_init(void) > +{ > + int rc = 0; > + > + rc = cyttsp4_register_core_driver(&cyttsp4_core_driver); > + pr_info("%s: Cypress TTSP v4 core driver (Built %s @ %s) rc=%d\n", > + __func__, __DATE__, __TIME__, rc); Hi, please drop the __DATE__ and __TIME__ macros to keep the build deterministic. thanks, Michal