From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751763AbbCIGUJ (ORCPT ); Mon, 9 Mar 2015 02:20:09 -0400 Received: from 1wt.eu ([62.212.114.60]:5423 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbbCIGUH (ORCPT ); Mon, 9 Mar 2015 02:20:07 -0400 Date: Mon, 9 Mar 2015 07:20:00 +0100 From: Willy Tarreau To: Sudip Mukherjee Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] staging: panel: remove initialization check Message-ID: <20150309062000.GB6038@1wt.eu> References: <1425836246-15355-1-git-send-email-sudipm.mukherjee@gmail.com> <1425836246-15355-3-git-send-email-sudipm.mukherjee@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425836246-15355-3-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 08, 2015 at 11:07:26PM +0530, Sudip Mukherjee wrote: > no need to monitor init_in_progress now as keypad_send_key() can only > be called after the timer is initialized. and timer is initialized > from keypad_init() which is in the attach section and can only execute > after the module has initialized. > > Signed-off-by: Sudip Mukherjee Acked-by: Willy Tarreau willy