Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337191
b: refs/heads/master
c: 670d145
h: refs/heads/master
i:
  337189: 45147a3
  337187: 549e38d
  337183: dccffef
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent a7d1515 commit a73fe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b5254867f941efa7a621362a98f1349f59473c61
refs/heads/master: 670d145aa005c4ee024d79615147527a0371c1e4
3 changes: 1 addition & 2 deletions trunk/drivers/staging/slicoss/slicoss.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ static int slic_card_download(struct adapter *adapter)
file = "slicoss/gbdownload.sys";
break;
default:
ASSERT(0);
break;
return -ENOENT;
}
ret = request_firmware(&fw, file, &adapter->pcidev->dev);
if (ret) {
Expand Down

0 comments on commit a73fe6f

Please sign in to comment.