Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331010
b: refs/heads/master
c: d9751fd
h: refs/heads/master
v: v3
  • Loading branch information
Wanlong Gao authored and Mauro Carvalho Chehab committed Sep 15, 2012
1 parent bab2247 commit 782a7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9f9831a8b61fb3cae76bc31561bafdb0a58ad12b
refs/heads/master: d9751fd02a70bbfd9868f8584c6e9fd10a713d65
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb-core/dvbdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ int dvb_usercopy(struct file *file,
/* call driver */
mutex_lock(&dvbdev_mutex);
if ((err = func(file, cmd, parg)) == -ENOIOCTLCMD)
err = -EINVAL;
err = -ENOTTY;
mutex_unlock(&dvbdev_mutex);

if (err < 0)
Expand Down

0 comments on commit 782a7c2

Please sign in to comment.