Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354813
b: refs/heads/master
c: b786337
h: refs/heads/master
i:
  354811: b1cf4eb
v: v3
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent 1263632 commit a840c4e
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: 7d9f49afa451d8565d00a5cea39acf9bb26feb50
refs/heads/master: b786337d8c2867962348711e8d1211b292b6e3c5
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/sccnxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,9 @@ static int sccnxp_probe(struct platform_device *pdev)
} else
memcpy(&s->pdata, pdata, sizeof(struct sccnxp_pdata));

if (pdata->poll_time_us) {
if (s->pdata.poll_time_us) {
dev_info(&pdev->dev, "Using poll mode, resolution %u usecs\n",
pdata->poll_time_us);
s->pdata.poll_time_us);
s->poll = 1;
}

Expand Down

0 comments on commit a840c4e

Please sign in to comment.