Re: [2.6 patch] drivers/thermal/thermal.c: fix a check-after-use

2008-02-22 Thread Len Brown
On Tuesday 19 February 2008 19:14, Adrian Bunk wrote: > This patch fixes a check-after-use spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > 570462ca4441d8d63dfd46efe6e5b2b1c251a611 diff --git > a/drivers/thermal/thermal.c b/drivers/thermal/thermal.c >

Re: [2.6 patch] drivers/thermal/thermal.c: fix a check-after-use

2008-02-19 Thread Adrian Bunk
On Tue, Feb 19, 2008 at 04:25:02PM -0800, Harvey Harrison wrote: > On Wed, 2008-02-20 at 02:14 +0200, Adrian Bunk wrote: > > This patch fixes a check-after-use spotted by the Coverity checker. > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > --- > > 570462ca4441d8d63dfd46efe6e5b2b1c

Re: [2.6 patch] drivers/thermal/thermal.c: fix a check-after-use

2008-02-19 Thread Harvey Harrison
On Wed, 2008-02-20 at 02:14 +0200, Adrian Bunk wrote: > This patch fixes a check-after-use spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > 570462ca4441d8d63dfd46efe6e5b2b1c251a611 diff --git > a/drivers/thermal/thermal.c b/drivers/thermal/thermal.c >

[2.6 patch] drivers/thermal/thermal.c: fix a check-after-use

2008-02-19 Thread Adrian Bunk
This patch fixes a check-after-use spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 570462ca4441d8d63dfd46efe6e5b2b1c251a611 diff --git a/drivers/thermal/thermal.c b/drivers/thermal/thermal.c index e782b3e..958654b 100644 --- a/drivers/thermal/thermal.c +++ b/d