Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228019
b: refs/heads/master
c: eb21c15
h: refs/heads/master
i:
  228017: 9f14cf1
  228015: 633927c
v: v3
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Nov 10, 2010
1 parent 5af178c commit 6ad6634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 4d26d7e6ba3fffd224560acd586526bf2f2f4f73
refs/heads/master: eb21c1587ac3272d58592e775dc55af6266f7403
5 changes: 1 addition & 4 deletions trunk/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,7 @@ u16 init_ft1000_netdev(struct ft1000_device *ft1000dev)
pInfo->fCondResetPend = 0;
pInfo->usbboot = 0;
pInfo->dspalive = 0;
for (i=0;i<32 ;i++ )
{
pInfo->tempbuf[i] = 0;
}
memset(&pInfo->tempbuf[0], 0, sizeof(pInfo->tempbuf));

INIT_LIST_HEAD(&pInfo->prov_list);

Expand Down

0 comments on commit 6ad6634

Please sign in to comment.