Commit ac328989 authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Mauro Carvalho Chehab

V4L/DVB (5027): Cpia module_put cleanup

No need for redundant argument check for module_put()
Signed-off-by: default avatarMariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 22071a42
...@@ -3153,8 +3153,7 @@ static int reset_camera(struct cam_data *cam) ...@@ -3153,8 +3153,7 @@ static int reset_camera(struct cam_data *cam)
static void put_cam(struct cpia_camera_ops* ops) static void put_cam(struct cpia_camera_ops* ops)
{ {
if (ops->owner) module_put(ops->owner);
module_put(ops->owner);
} }
/* ------------------------- V4L interface --------------------- */ /* ------------------------- V4L interface --------------------- */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment