Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348735
b: refs/heads/master
c: 7d3135a
h: refs/heads/master
i:
  348733: 4d2a3a2
  348731: 60f6eaf
  348727: 49e52f4
  348719: c0aa5f1
  348703: 326cc3a
  348671: a6f2f23
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent ff680a4 commit bfcabaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34b55d8c48f4f76044d8f4d6ec3dc786cf210312
refs/heads/master: 7d3135af399e92cf4c9bbc5f86b6c140aab3b88c
3 changes: 3 additions & 0 deletions trunk/drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,9 @@ static long comedi_unlocked_ioctl(struct file *file, unsigned int cmd,
if (cmd == COMEDI_DEVCONFIG) {
rc = do_devconfig_ioctl(dev,
(struct comedi_devconfig __user *)arg);
if (rc == 0)
/* Evade comedi_auto_unconfig(). */
dev_file_info->hardware_device = NULL;
goto done;
}

Expand Down

0 comments on commit bfcabaa

Please sign in to comment.