From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756597Ab0ECTM5 (ORCPT ); Mon, 3 May 2010 15:12:57 -0400 Received: from kroah.org ([198.145.64.141]:49339 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755710Ab0ECTLf (ORCPT ); Mon, 3 May 2010 15:11:35 -0400 Date: Mon, 3 May 2010 11:46:04 -0700 From: Greg KH To: Lars Lindley Cc: gregkh@suse.de, penberg@cs.helsinki.fi, pavel@ucw.cz, diegoliz@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: winbond: mds.c: converted long if-else to switch Message-ID: <20100503184604.GB10778@kroah.com> References: <1268779048-21397-1-git-send-email-lindley@coyote.org> <20100428225129.GD24604@kroah.com> <4BDD395F.3040105@coyote.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BDD395F.3040105@coyote.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 02, 2010 at 10:35:43AM +0200, Lars Lindley wrote: > On 2010-04-29 00:51, Greg KH wrote: > > On Tue, Mar 16, 2010 at 11:37:28PM +0100, Lars Lindley wrote: > >> I converted the long if-else in function Mds_HeaderCopy() to a switch > >> instead. It compiles fine but i don't have the hardware to test. > >> Please check that I didn't do anything bad to it.. > >> The patch applies on top of this patch: > >> Message-Id: <1268670973-6223-1-git-send-email-lindley@coyote.org> > >> > >> Signed-off-by: Lars Lindley > > > > This doesn't apply on top of linux-next, care to respin it? > > > > thanks, > > > > greg k-h > > > Not sure what you want me to do.. :) Download the linux-next tree and rebase your patch on top of that and then resend it. thanks, greg k-h