mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
V4L/DVB (5027): Cpia module_put cleanup
No need for redundant argument check for module_put() Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
22071a42a1
commit
ac32898930
@ -3153,8 +3153,7 @@ static int reset_camera(struct cam_data *cam)
|
||||
|
||||
static void put_cam(struct cpia_camera_ops* ops)
|
||||
{
|
||||
if (ops->owner)
|
||||
module_put(ops->owner);
|
||||
module_put(ops->owner);
|
||||
}
|
||||
|
||||
/* ------------------------- V4L interface --------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user