Commit dfd36d83 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB: tm6000: fix mutex lock unbalance

parent 762e17eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -496,6 +496,7 @@ static int tm6000_init_dev(struct tm6000_core *dev)
		}
#endif
	}
	mutex_unlock(&dev->lock);
	return 0;

err2: