Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209879
b: refs/heads/master
c: 0827a9f
h: refs/heads/master
i:
  209877: 3c7fe67
  209875: d7aad1b
  209871: a76c370
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Aug 24, 2010
1 parent 7ef7776 commit 8a88a8e
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: d1ab903d2552b2362339b19203c7f01c797cb316
refs/heads/master: 0827a9ff2bbcbb03c33f1a6eb283fe051059482c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/io_ti.c
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ static int download_fw(struct edgeport_serial *serial)

/* Check if we have an old version in the I2C and
update if necessary */
if (download_cur_ver != download_new_ver) {
if (download_cur_ver < download_new_ver) {
dbg("%s - Update I2C dld from %d.%d to %d.%d",
__func__,
firmware_version->Ver_Major,
Expand Down

0 comments on commit 8a88a8e

Please sign in to comment.