From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 04 Feb 2008 02:54:53 +0000 Subject: Re: [PATCH] [SH] remove unneeded cast Message-Id: <20080204025453.GA24901@linux-sh.org> List-Id: References: <20080202230347.a126a143.sfr@canb.auug.org.au> In-Reply-To: <20080202230347.a126a143.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stephen Rothwell Cc: linux-sh@vger.kernel.org, LKML On Sat, Feb 02, 2008 at 11:03:47PM +1100, Stephen Rothwell wrote: > now that platform_device_register_simple() takes a "const chat *". > Presumably you mean 'const char *'. Also, in the future, please don't use a subject purposely crafted to thwart git-am. Trivial patches are enough of a nuisance without having to do things manually. I've applied it by hand this time, grudgingly. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755533AbYBDCz7 (ORCPT ); Sun, 3 Feb 2008 21:55:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753755AbYBDCzv (ORCPT ); Sun, 3 Feb 2008 21:55:51 -0500 Received: from pip10.gyao.ne.jp ([61.122.117.248]:56218 "EHLO mx.gate01.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753723AbYBDCzu (ORCPT ); Sun, 3 Feb 2008 21:55:50 -0500 Date: Mon, 4 Feb 2008 11:54:53 +0900 From: Paul Mundt To: Stephen Rothwell Cc: linux-sh@vger.kernel.org, LKML Subject: Re: [PATCH] [SH] remove unneeded cast Message-ID: <20080204025453.GA24901@linux-sh.org> Mail-Followup-To: Paul Mundt , Stephen Rothwell , linux-sh@vger.kernel.org, LKML References: <20080202230347.a126a143.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080202230347.a126a143.sfr@canb.auug.org.au> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 02, 2008 at 11:03:47PM +1100, Stephen Rothwell wrote: > now that platform_device_register_simple() takes a "const chat *". > Presumably you mean 'const char *'. Also, in the future, please don't use a subject purposely crafted to thwart git-am. Trivial patches are enough of a nuisance without having to do things manually. I've applied it by hand this time, grudgingly.