Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114896
b: refs/heads/master
c: b46f69c
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Oct 16, 2008
1 parent 379b10c commit e214898
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: bc20589bf1c63e4e8bee57855568458ba303306b
refs/heads/master: b46f69cd24b9020433f8f153e7d9194b5bfdf5e2
2 changes: 1 addition & 1 deletion trunk/drivers/char/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ static int moxa_real_load_code(struct moxa_board_conf *brd, const void *ptr,
size_t len)
{
void __iomem *baseAddr = brd->basemem;
const u16 *uptr = ptr;
const __le16 *uptr = ptr;
size_t wlen, len2, j;
unsigned long key, loadbuf, loadlen, checksum, checksum_ok;
unsigned int i, retry;
Expand Down

0 comments on commit e214898

Please sign in to comment.