Tag: a73df85892964a436f9c7f2f803e143b8c97d1ac

[media] usb/airspy: removing unneeded goto

Author: Maninder Singh <maninder1.s@samsung.com> This patch removes unneded goto, reported by coccinelle. Signed-off-by: Maninder Singh Reviewed-by: Akhilesh Kumar Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/airspy/airspy.c | 3 — 1 file changed, 3 deletions(-)   diff –git a/drivers/media/usb/airspy/airspy.c b/drivers/media/usb/airspy/airspy.c index 4069234..8f2e1c2 100644 — a/drivers/media/usb/airspy/airspy.c +++ b/drivers/media/usb/airspy/airspy.c @@ -937,9 +937,6 @@ static int airspy_set_if_gain(struct airspy *s) ret = …

Continue reading