Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181982
b: refs/heads/master
c: c6be9c5
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Dominik Brodowski committed Feb 17, 2010
1 parent 6ff2dbd commit 32e12f4
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: 9d9c98e89ee24b7d42f72c4f663c4d644d1c3f81
refs/heads/master: c6be9c5ab426693a052e67d7469df19a1c50faf4
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/cm4000_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ static ssize_t cmm_read(struct file *filp, __user char *buf, size_t count,
static ssize_t cmm_write(struct file *filp, const char __user *buf,
size_t count, loff_t *ppos)
{
struct cm4000_dev *dev = (struct cm4000_dev *) filp->private_data;
struct cm4000_dev *dev = filp->private_data;
unsigned int iobase = dev->p_dev->io.BasePort1;
unsigned short s;
unsigned char tmp;
Expand Down

0 comments on commit 32e12f4

Please sign in to comment.