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:
99da6d8
)
drm: fix warning in drm_fops.c
author
Andrew Morton
<akpm@linux-foundation.org>
Sun, 18 Mar 2007 22:08:21 +0000
(09:08 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Sun, 18 Mar 2007 22:08:21 +0000
(09:08 +1100)
drivers/char/drm/drm_fops.c: In function 'drm_setup':
drivers/char/drm/drm_fops.c:60: warning: comparison of distinct pointer types lacks a cast
Unfortunately PAGE_SIZE has different types on different architectures.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found