Skip to content

Commit

Permalink
V4L/DVB (12491): remove unnecessary power management primitive in stk…
Browse files Browse the repository at this point in the history
…-webcam

This patch removes an unneeded power management primitive.
Power management is automatically enabled as probe ends.

Signed-off-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Oliver Neukum authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 7b54360 commit 821c777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/stk-webcam.c
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,6 @@ static int stk_camera_probe(struct usb_interface *interface,
}

stk_create_sysfs_files(&dev->vdev);
usb_autopm_enable(dev->interface);

return 0;

Expand Down

0 comments on commit 821c777

Please sign in to comment.