From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: Re: [PATCH 2/2] i2c: nomadik: match status to return type of read_i2c Date: Sun, 15 Mar 2015 11:02:19 +0100 Message-ID: <20150315100218.GD6770@katana> References: <1423398883-24687-1-git-send-email-hofrat@osadl.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Return-path: Content-Disposition: inline In-Reply-To: <1423398883-24687-1-git-send-email-hofrat-Q945KHDl0DbYtjvyW6yDsg@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Nicholas Mc Guire Cc: Alessandro Rubini , Linus Walleij , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 08, 2015 at 07:34:43AM -0500, Nicholas Mc Guire wrote: > return type of read_i2c() is int not u32. As the assignments to status > are consistent with int here its type is changed to int. >=20 > Signed-off-by: Nicholas Mc Guire Applied to for-next, thanks! --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVBViqAAoJEBQN5MwUoCm2iLYP/1DLKstYsd+NKKAsUsXBNqy/ IZKtYglcOnYRu0UYGxC0agrW1oyUMUxJac7crbXSXEe/6UCrid24igj/I1xwLpz2 RTSBe9/ox2VDidffx/Gb+dYoX8WepeJUgD5WHylg2w0DBkG5mhs5n0qqcWvJyy3N bQfKEjZzchr8OYc96RYcqJds4FCuxrTIF4FWvWMCFYd/yBtiwdfh7pewk1fe7hpB y1IBYCCuF685RQpBad6Phl/uvAjsgXcNZRWJZlexx2zOmXIOMqRc0ggXjBx8vXML JnAfzqbhkQK1tz0NYXi+O78yf7bpVYAtdjDqjRjaWxHjcp0M6BYkIOoafYoh6i+b YwAcRxhtvsAlWsO5PTdFPCV52Bab3RXNf4zt59UgGwHXyq4eZf2kshQnGmF07dRL dgDB+H8Nwiz7BqzLlGIXx9ilxxyFzTCfrp/lvhmJdVjkWUeDFauapN81/dAJnrBL oXSHl3f4sJ3UOf+emHFWhTC+bSr8puxd2KcW72OOCVz8tCyVdDVZX1658+LV56K3 i3PaTX+yBh7zV0ap1t0CeCMGVkxIOljTRh3+93b2esiyzF80HkwOj/8+ttcKFcCS bUo/INKjGZWKdyd+YWWtH0+2UcITxQMJhjMAOGHTMQWzUJ+kkUNinE5LXq58xJb2 qxFidQPvJBtBTm+5H++d =mKoa -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: wsa@the-dreams.de (Wolfram Sang) Date: Sun, 15 Mar 2015 11:02:19 +0100 Subject: [PATCH 2/2] i2c: nomadik: match status to return type of read_i2c In-Reply-To: <1423398883-24687-1-git-send-email-hofrat@osadl.org> References: <1423398883-24687-1-git-send-email-hofrat@osadl.org> Message-ID: <20150315100218.GD6770@katana> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Feb 08, 2015 at 07:34:43AM -0500, Nicholas Mc Guire wrote: > return type of read_i2c() is int not u32. As the assignments to status > are consistent with int here its type is changed to int. > > Signed-off-by: Nicholas Mc Guire Applied to for-next, thanks! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbbCOKCF (ORCPT ); Sun, 15 Mar 2015 06:02:05 -0400 Received: from sauhun.de ([89.238.76.85]:60997 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752488AbbCOKCD (ORCPT ); Sun, 15 Mar 2015 06:02:03 -0400 Date: Sun, 15 Mar 2015 11:02:19 +0100 From: Wolfram Sang To: Nicholas Mc Guire Cc: Alessandro Rubini , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] i2c: nomadik: match status to return type of read_i2c Message-ID: <20150315100218.GD6770@katana> References: <1423398883-24687-1-git-send-email-hofrat@osadl.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8w3uRX/HFJGApMzv" Content-Disposition: inline In-Reply-To: <1423398883-24687-1-git-send-email-hofrat@osadl.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --8w3uRX/HFJGApMzv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 08, 2015 at 07:34:43AM -0500, Nicholas Mc Guire wrote: > return type of read_i2c() is int not u32. As the assignments to status > are consistent with int here its type is changed to int. >=20 > Signed-off-by: Nicholas Mc Guire Applied to for-next, thanks! --8w3uRX/HFJGApMzv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJVBViqAAoJEBQN5MwUoCm2iLYP/1DLKstYsd+NKKAsUsXBNqy/ IZKtYglcOnYRu0UYGxC0agrW1oyUMUxJac7crbXSXEe/6UCrid24igj/I1xwLpz2 RTSBe9/ox2VDidffx/Gb+dYoX8WepeJUgD5WHylg2w0DBkG5mhs5n0qqcWvJyy3N bQfKEjZzchr8OYc96RYcqJds4FCuxrTIF4FWvWMCFYd/yBtiwdfh7pewk1fe7hpB y1IBYCCuF685RQpBad6Phl/uvAjsgXcNZRWJZlexx2zOmXIOMqRc0ggXjBx8vXML JnAfzqbhkQK1tz0NYXi+O78yf7bpVYAtdjDqjRjaWxHjcp0M6BYkIOoafYoh6i+b YwAcRxhtvsAlWsO5PTdFPCV52Bab3RXNf4zt59UgGwHXyq4eZf2kshQnGmF07dRL dgDB+H8Nwiz7BqzLlGIXx9ilxxyFzTCfrp/lvhmJdVjkWUeDFauapN81/dAJnrBL oXSHl3f4sJ3UOf+emHFWhTC+bSr8puxd2KcW72OOCVz8tCyVdDVZX1658+LV56K3 i3PaTX+yBh7zV0ap1t0CeCMGVkxIOljTRh3+93b2esiyzF80HkwOj/8+ttcKFcCS bUo/INKjGZWKdyd+YWWtH0+2UcITxQMJhjMAOGHTMQWzUJ+kkUNinE5LXq58xJb2 qxFidQPvJBtBTm+5H++d =mKoa -----END PGP SIGNATURE----- --8w3uRX/HFJGApMzv--