Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235801
b: refs/heads/master
c: dfc9539
h: refs/heads/master
i:
  235799: 231425e
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 046e7d3 commit 1db9a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 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: e7af0786303cfb6c541582839275f1d0addbeb2b
refs/heads/master: dfc9539fe88fe548184563d77f1816782289ac1e
12 changes: 2 additions & 10 deletions trunk/drivers/staging/ft1000/ft1000-usb/ft1000_download.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,16 +1072,8 @@ u16 scram_dnldr(struct ft1000_device *ft1000dev, void *pFileStart,
image < file_hdr->nDspImages;
image++) {

temp =
(u16) (dsp_img_info->
version);
templong = temp;
temp =
(u16) (dsp_img_info->
version >> 16);
templong |= (temp << 16);
if (templong ==
(u32) requested_version) {
if (dsp_img_info->version ==
requested_version) {
correct_version = TRUE;
DEBUG
("FT1000:download: correct_version is TRUE\n");
Expand Down

0 comments on commit 1db9a02

Please sign in to comment.