From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752623AbbCXKsK (ORCPT ); Tue, 24 Mar 2015 06:48:10 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34975 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752428AbbCXKsD (ORCPT ); Tue, 24 Mar 2015 06:48:03 -0400 Date: Tue, 24 Mar 2015 16:17:53 +0530 From: Sudip Mukherjee To: Dan Carpenter Cc: Willy Tarreau , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2 2/2] staging: panel: fix lcd type in module parameters Message-ID: <20150324104753.GA3986@sudip-PC> References: <1427189193-7984-1-git-send-email-sudipm.mukherjee@gmail.com> <1427189193-7984-2-git-send-email-sudipm.mukherjee@gmail.com> <20150324100520.GR10964@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150324100520.GR10964@mwanda> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 24, 2015 at 01:05:20PM +0300, Dan Carpenter wrote: > On Tue, Mar 24, 2015 at 02:56:33PM +0530, Sudip Mukherjee wrote: > > with reference to the previous patch of the series, fixed the > > lcd type in module parameters. > > > > Cc: # 2.6.32+ > > Signed-off-by: Sudip Mukherjee > > --- > > This should have been folded into the other patch because now if we > just apply 1/2 it doesn't make sense. ohh, ok. but i thought of separating them as 1/2 can be aplied cleanly on the stable versions, but this one, it might need some modifications. will resend a single patch as v3. regards sudip > > regards, > dan carpenter >