Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232462
b: refs/heads/master
c: 986e3f6
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and David S. Miller committed Jan 25, 2011
1 parent 3d0709a commit 52a9807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2321f3b4afc7c017f34b0cad0624b3b9ebdf2ba4
refs/heads/master: 986e3f6e2b4582d9a7e61de5090042d5af85da44
1 change: 1 addition & 0 deletions trunk/drivers/net/usb/kaweth.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ static int kaweth_download_firmware(struct kaweth_device *kaweth,

if (fw->size > KAWETH_FIRMWARE_BUF_SIZE) {
err("Firmware too big: %zu", fw->size);
release_firmware(fw);
return -ENOSPC;
}
data_len = fw->size;
Expand Down

0 comments on commit 52a9807

Please sign in to comment.