Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235721
b: refs/heads/master
c: 8aea588
h: refs/heads/master
i:
  235719: 41c9fe7
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Jan 31, 2011
1 parent ba843a8 commit 2e5ce65
Show file tree
Hide file tree
Showing 3 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: 27a16811ab4dc819eebbd4e7b07d485f6e8f0134
refs/heads/master: 8aea5882c54feb246ef20399cc55ae4672697ac0
1 change: 0 additions & 1 deletion trunk/drivers/staging/go7007/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
config VIDEO_GO7007
tristate "WIS GO7007 MPEG encoder support"
depends on VIDEO_DEV && PCI && I2C
depends on BKL # please fix
depends on SND
select VIDEOBUF_DMA_SG
depends on RC_CORE
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/go7007/s2250-loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/smp_lock.h>
#include <linux/usb.h>
#include <dvb-usb.h>

Expand Down Expand Up @@ -142,11 +141,9 @@ static void s2250loader_disconnect(struct usb_interface *interface)
{
pdevice_extension_t s;
printk(KERN_INFO "s2250: disconnect\n");
lock_kernel();
s = usb_get_intfdata(interface);
usb_set_intfdata(interface, NULL);
kref_put(&(s->kref), s2250loader_delete);
unlock_kernel();
}

static const struct usb_device_id s2250loader_ids[] = {
Expand Down

0 comments on commit 2e5ce65

Please sign in to comment.