Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361215
b: refs/heads/master
c: 6987a6d
h: refs/heads/master
i:
  361213: b654254
  361211: 19b9258
  361207: 1cc2f74
  361199: 75d726f
  361183: 9f26bc2
  361151: a19e298
  361087: d740de2
  360959: b167cdd
v: v3
  • Loading branch information
Malcolm Priestley authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 2030586 commit 137c05c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1223ad3240487ba6c2304b887cfb4da5cada04d8
refs/heads/master: 6987a6dabfc40222ef767f67b57212fe3a0225fb
4 changes: 0 additions & 4 deletions trunk/drivers/staging/vt6656/main_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,6 @@ static int vt6656_suspend(struct usb_interface *intf, pm_message_t message)
if (device->flags & DEVICE_FLAGS_OPENED)
device_close(device->dev);

usb_put_dev(interface_to_usbdev(intf));

return 0;
}

Expand All @@ -681,8 +679,6 @@ static int vt6656_resume(struct usb_interface *intf)
if (!device || !device->dev)
return -ENODEV;

usb_get_dev(interface_to_usbdev(intf));

if (!(device->flags & DEVICE_FLAGS_OPENED))
device_open(device->dev);

Expand Down

0 comments on commit 137c05c

Please sign in to comment.