commit | 51a59ac8739b333eaa43a3102b6acaab5037bfa2 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Feb 10 20:04:52 2012 +0800 |
committer | Dave Airlie <airlied@redhat.com> | Mon Feb 13 12:07:36 2012 +0000 |
tree | d0c255c23196b38ff31f1b3d68996f729d95e1d1 | |
parent | ade510153ecb7d50aaf9338fb2def2d5a80f1e1e [diff] |
drm: Fix kcalloc parameters swapped 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>