All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers:staging:remove the unused label error_ret
@ 2011-08-03  9:10 Wanlong Gao
  2011-08-03  9:24 ` Jonathan Cameron
  2011-08-23 20:38 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Wanlong Gao @ 2011-08-03  9:10 UTC (permalink / raw)
  To: gregkh; +Cc: linux-iio, devel, Wanlong Gao

remove the unused label error_ret in ad5791.c.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
---
 drivers/staging/iio/dac/ad5791.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/dac/ad5791.c b/drivers/staging/iio/dac/ad5791.c
index 64770d2..5b00b70 100644
--- a/drivers/staging/iio/dac/ad5791.c
+++ b/drivers/staging/iio/dac/ad5791.c
@@ -381,7 +381,6 @@ error_put_reg_pos:
 	if (!IS_ERR(reg_vdd))
 		regulator_put(reg_vdd);
 
-error_ret:
 	return ret;
 }
 
-- 
1.7.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers:staging:remove the unused label error_ret
  2011-08-03  9:10 [PATCH] drivers:staging:remove the unused label error_ret Wanlong Gao
@ 2011-08-03  9:24 ` Jonathan Cameron
  2011-08-23 20:38 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2011-08-03  9:24 UTC (permalink / raw)
  To: Wanlong Gao; +Cc: gregkh, linux-iio, devel

On 08/03/11 10:10, Wanlong Gao wrote:
> remove the unused label error_ret in ad5791.c.
Got that one in my tree as well. For reference, the current state of
iio tree (including all sorts of fun unreviewed code
and liable to be rebased several times a day is)
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio-blue.git

Again, I haven't posted that series yet hence:
> 
> Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>

> ---
>  drivers/staging/iio/dac/ad5791.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/staging/iio/dac/ad5791.c b/drivers/staging/iio/dac/ad5791.c
> index 64770d2..5b00b70 100644
> --- a/drivers/staging/iio/dac/ad5791.c
> +++ b/drivers/staging/iio/dac/ad5791.c
> @@ -381,7 +381,6 @@ error_put_reg_pos:
>  	if (!IS_ERR(reg_vdd))
>  		regulator_put(reg_vdd);
>  
> -error_ret:
>  	return ret;
>  }
>  


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers:staging:remove the unused label error_ret
  2011-08-03  9:10 [PATCH] drivers:staging:remove the unused label error_ret Wanlong Gao
  2011-08-03  9:24 ` Jonathan Cameron
@ 2011-08-23 20:38 ` Greg KH
  2011-08-24  8:36   ` Jonathan Cameron
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2011-08-23 20:38 UTC (permalink / raw)
  To: Wanlong Gao; +Cc: gregkh, linux-iio, devel

On Wed, Aug 03, 2011 at 05:10:28PM +0800, Wanlong Gao wrote:
> remove the unused label error_ret in ad5791.c.

This no longer applies :(

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] drivers:staging:remove the unused label error_ret
  2011-08-23 20:38 ` Greg KH
@ 2011-08-24  8:36   ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2011-08-24  8:36 UTC (permalink / raw)
  To: Greg KH; +Cc: Wanlong Gao, gregkh, linux-iio, devel

On 08/23/11 21:38, Greg KH wrote:
> On Wed, Aug 03, 2011 at 05:10:28PM +0800, Wanlong Gao wrote:
>> remove the unused label error_ret in ad5791.c.
> 
> This no longer applies :(
It crossed with one of my series that included equivalent fix
so now all fine in your tree.

Thanks anyway Wanlong!

Jonathan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-24  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-03  9:10 [PATCH] drivers:staging:remove the unused label error_ret Wanlong Gao
2011-08-03  9:24 ` Jonathan Cameron
2011-08-23 20:38 ` Greg KH
2011-08-24  8:36   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.