Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155281
b: refs/heads/master
c: 9935774
h: refs/heads/master
i:
  155279: 2a5118c
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 7, 2009
1 parent ac56bc6 commit 3f42c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c9568fddf130cfa0d61eb1205342dbc5ab0ed394
refs/heads/master: 9935774217afd4cdda81ffd70e56dc6406710b06
4 changes: 2 additions & 2 deletions trunk/drivers/s390/char/monreader.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int mon_open(struct inode *inode, struct file *filp)
goto out_path;
}
filp->private_data = monpriv;
dev_set_drvdata(&monreader_device, monpriv);
dev_set_drvdata(monreader_device, monpriv);
unlock_kernel();
return nonseekable_open(inode, filp);

Expand Down Expand Up @@ -463,7 +463,7 @@ static struct miscdevice mon_dev = {
*****************************************************************************/
static int monreader_freeze(struct device *dev)
{
struct mon_private *monpriv = dev_get_drvdata(&dev);
struct mon_private *monpriv = dev_get_drvdata(dev);
int rc;

if (!monpriv)
Expand Down

0 comments on commit 3f42c60

Please sign in to comment.