git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174be70
)
firmware_class: Fix the file size check
author
Ben Hutchings
<ben@decadent.org.uk>
Sat, 28 Dec 2013 15:53:59 +0000
(16:53 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 04:29:19 +0000
(20:29 -0800)
We expect to read firmware blobs with a single call to kernel_read(),
which returns int. Therefore the size must be within the range of
int, not long.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_class.c
patch
|
blob
|
history
diff --cc
drivers/base/firmware_class.c
Simple merge