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:
6fcd3b6
)
[media] dib8000: Properly represent long long integers
author
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 13 Jan 2014 17:05:44 +0000
(15:05 -0200)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Mon, 13 Jan 2014 18:28:12 +0000
(16:28 -0200)
When compiling with avr32, it gets those errors:
drivers/media/dvb-frontends/dib8000.c: In function 'dib8000_get_stats':
drivers/media/dvb-frontends/dib8000.c:4121: warning: integer constant is too large for 'long' type
Fix integer representation to avoid overflow.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
No differences found