Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44152
b: refs/heads/master
c: 1de1bf0
h: refs/heads/master
v: v3
  • Loading branch information
Thierry MERLE authored and Mauro Carvalho Chehab committed Dec 10, 2006
1 parent d6b5a14 commit 5642bfa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 67952e8cb111c5b2f9e675dba1bbde4876f9fcf3
refs/heads/master: 1de1bf06330920802d3b7646a088965bdd918356
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/usbvision/usbvision-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ int usbvision_power_on(struct usb_usbvision *usbvision)
// to call usbvision_power_off from task queue
static void call_usbvision_power_off(struct work_struct *work)
{
struct usb_usbvision *usbvision = container_of(work, struct usb_usbvision, work);
struct usb_usbvision *usbvision = container_of(work, struct usb_usbvision, powerOffWork);

PDEBUG(DBG_FUNC, "");
down_interruptible(&usbvision->lock);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/usbvision/usbvision.h
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ struct usb_usbvision {
struct video_device *rdev; /* Radio Device */
struct video_device *vbi; /* VBI Device */

struct work_struct work;

/* i2c Declaration Section*/
struct i2c_adapter i2c_adap;
struct i2c_algo_usb_data i2c_algo;
Expand Down

0 comments on commit 5642bfa

Please sign in to comment.