Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291678
b: refs/heads/master
c: 5980c00
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 3, 2012
1 parent 9df82af commit 832a48f
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: 60d3369edb03fb4799c45ac594e2b8a76aa9079c
refs/heads/master: 5980c001352cfdc66d055abed6f6ca6ebce793ad
2 changes: 1 addition & 1 deletion trunk/drivers/tty/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3924,7 +3924,7 @@ static void tdma_reset(struct slgt_info *info)
*/
static void enable_loopback(struct slgt_info *info)
{
/* SCR (serial control) BIT2=looopback enable */
/* SCR (serial control) BIT2=loopback enable */
wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT2));

if (info->params.mode != MGSL_MODE_ASYNC) {
Expand Down

0 comments on commit 832a48f

Please sign in to comment.