Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343021
b: refs/heads/master
c: 54d00f6
h: refs/heads/master
i:
  343019: e10f850
v: v3
  • Loading branch information
Cesar Eduardo Barros authored and Jiri Kosina committed Oct 28, 2012
1 parent b4fdcfe commit 5dec304
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: 3bd7bf1f0fe14f591c089ae61bbfa9bd356f178a
refs/heads/master: 54d00f6069d921bfe83344cb94e2dd7cb54531ef
2 changes: 1 addition & 1 deletion trunk/drivers/base/firmware_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static const char *fw_path[] = {
};

/* Don't inline this: 'struct kstat' is biggish */
static noinline long fw_file_size(struct file *file)
static noinline_for_stack long fw_file_size(struct file *file)
{
struct kstat st;
if (vfs_getattr(file->f_path.mnt, file->f_path.dentry, &st))
Expand Down

0 comments on commit 5dec304

Please sign in to comment.