Skip to content

Commit

Permalink
staging: android: alarm: remove unnecessary goto statement
Browse files Browse the repository at this point in the history
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jun 13, 2012
1 parent 4829a99 commit 71f882f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/android/alarm-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ static long alarm_ioctl(struct file *file, unsigned int cmd, unsigned long arg)

default:
rv = -EINVAL;
goto err1;
}
err1:
return rv;
Expand Down

0 comments on commit 71f882f

Please sign in to comment.