Commit 71f882fe authored by Devendra Naga's avatar Devendra Naga Committed by Greg Kroah-Hartman
Browse files

staging: android: alarm: remove unnecessary goto statement

parent 4829a996
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;