From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751295AbbCIGTw (ORCPT ); Mon, 9 Mar 2015 02:19:52 -0400 Received: from 1wt.eu ([62.212.114.60]:5418 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016AbbCIGTt (ORCPT ); Mon, 9 Mar 2015 02:19:49 -0400 Date: Mon, 9 Mar 2015 07:19:41 +0100 From: Willy Tarreau To: Sudip Mukherjee Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] staging: panel: register reboot Message-ID: <20150309061941.GA6038@1wt.eu> References: <1425836246-15355-1-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-1-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:24PM +0530, Sudip Mukherjee wrote: > we donot need the reboot notifier in module init section, as the > notifier is used after lcd is initialized. so lets register for the > reboot notifier only after we have successfully attached to the > parallel port. and similarly unregister at detach. > > Signed-off-by: Sudip Mukherjee Acked-by: Willy Tarreau Willy