summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_drv.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2009-06-08 15:50:41 (GMT)
committerDave Airlie <airlied@redhat.com>2009-06-12 05:37:28 (GMT)
commitfbe0efb869efde8d847ede3a925230ef88910086 (patch)
treefb7df90bd25a77555db351a6db632e52aab311e2 /drivers/gpu/drm/radeon/radeon_drv.h
parent61f11699e7a92d932b31ded3715ad4f70eb26ef2 (diff)
downloadlinux-fsl-qoriq-fbe0efb869efde8d847ede3a925230ef88910086.tar.xz
drm_calloc_large: check right size, check integer overflow, use GFP_ZERO
Previously we would check size instead of size * nmemb, and so would never hit the vmalloc path. Also add integer overflow check as in kcalloc, and allocate GFP_ZERO pages instead of memset()ing them. Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.h')
0 files changed, 0 insertions, 0 deletions