From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Tue, 8 Jul 2014 13:19:17 +0800 Subject: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO In-Reply-To: References: <1404500590-21712-1-git-send-email-fabf@skynet.be> <20140707055521.GM30239@dragon> Message-ID: <20140708051916.GB26257@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 08, 2014 at 09:18:56AM +0530, Sachin Kamat wrote: > Hi Shawn, > > On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: > > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: > >> replace IS_ERR/PTR_ERR > >> > >> Cc: Shawn Guo > >> Cc: Sascha Hauer > >> Cc: linux-arm-kernel at lists.infradead.org > >> Signed-off-by: Fabian Frederick > > > > Applied, thanks. > > > I had sent a similar series [1] in May which you rejected. Just > curious if something > changed between then and now? The main difference is this is the second attempt from a different person to "clean up" the code. I'm still not fond of the change, but I'm getting tied to tell people about that, so just applied the change, since after all it at least gives some good diffstat. I would prefer Fabian's patch over yours because it's really good enough to have one patch than 5 patches in a series to do the change for IMX platform. Shawn