drm: Fix kcalloc parameters swapped
authorAxel Lin <axel.lin@gmail.com>
Fri, 10 Feb 2012 12:04:52 +0000 (20:04 +0800)
committerDave Airlie <airlied@redhat.com>
Mon, 13 Feb 2012 12:07:36 +0000 (12:07 +0000)
The first parameter should be "number of elements" and the second parameter
should be "element size".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found