From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtps.tip.net.au (chilli.pcug.org.au [203.10.76.44]) by ozlabs.org (Postfix) with ESMTP id A26FEDDE48 for ; Thu, 16 Aug 2007 10:36:23 +1000 (EST) Date: Thu, 16 Aug 2007 10:36:16 +1000 From: Stephen Rothwell To: Guennadi Liakhovetski Subject: Re: [PATCH] powerpc: fix i2c device string format Message-Id: <20070816103616.4e2e35b7.sfr@canb.auug.org.au> In-Reply-To: References: <87DC7695-382B-4641-B9D9-75ACB49D41A4@kernel.crashing.org> <719AE7E4-FE6D-4973-8887-F787EC8ABC85@kernel.crashing.org> <235e0ff22961e25016727c0e74fd0c0f@kernel.crashing.org> <19a13f8700d078abc4cab0064a7d0183@kernel.crashing.org> <46B0F030.9030007@freescale.com> <3368b27f860fafb35d10f6352e9055bf@kernel.crashing.org> <18114.39893.913684.592560@cargo.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Thu__16_Aug_2007_10_36_16_+1000_V=6gZp6qmkElj6=p" Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --Signature=_Thu__16_Aug_2007_10_36_16_+1000_V=6gZp6qmkElj6=p Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 15 Aug 2007 21:15:03 +0200 (CEST) Guennadi Liakhovetski wrote: > > diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c > index 727453d..c0d66df 100644 > --- a/arch/powerpc/sysdev/fsl_soc.c > +++ b/arch/powerpc/sysdev/fsl_soc.c > @@ -320,21 +320,26 @@ static struct i2c_driver_device i2c_devices[] __ini= tdata =3D { > {"ricoh,rv5c387a", "rtc-rs5c372", "rv5c387a",}, > }; > =20 > -static int __init of_find_i2c_driver(struct device_node *node, struct i2= c_board_info *info) > +static int __init of_find_i2c_driver(struct device_node *node, > + struct i2c_board_info *info) Please don't do unrelated formatting changes in a patch. --=20 Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ --Signature=_Thu__16_Aug_2007_10_36_16_+1000_V=6gZp6qmkElj6=p Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGw5wFTgG2atn1QN8RAsVSAKCOlQS/UJSSOdFhNyNTPIdL3gwcJQCghHIj 0O6hGJZW4u/E1OOy20otkVY= =/jED -----END PGP SIGNATURE----- --Signature=_Thu__16_Aug_2007_10_36_16_+1000_V=6gZp6qmkElj6=p--