[PATCH] drm: Fix kcalloc parameters swapped

2012-02-10 Thread Axel Lin
The first parameter should be "number of elements" and the second parameter should be "element size". Signed-off-by: Axel Lin --- drivers/gpu/drm/gma500/intel_gmbus.c |2 +- drivers/gpu/drm/i915/intel_i2c.c |2 +- 2 files changed, 2 insertions(+), 2 deleti

[PATCH] drm: Fix kcalloc parameters swapped

2012-02-10 Thread Axel Lin
The first parameter should be "number of elements" and the second parameter should be "element size". Signed-off-by: Axel Lin --- drivers/gpu/drm/gma500/intel_gmbus.c |2 +- drivers/gpu/drm/i915/intel_i2c.c |2 +- 2 files changed, 2 insertions(+), 2 deleti

[PATCH] drm/exynos: convert drivers/gpu/drm/exynos/* to use module_platform_driver()

2011-11-28 Thread Axel Lin
This patch converts the drivers in drivers/gpu/drm/exynos/* to use the module_platform_driver() macro which makes the code smaller and a bit simpler. Cc: Inki Dae Cc: Joonyoung Shim Cc: Seung-Woo Kim Signed-off-by: Axel Lin --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 17

[PATCH] drm/exynos: convert drivers/gpu/drm/exynos/* to use module_platform_driver()

2011-11-28 Thread Axel Lin
This patch converts the drivers in drivers/gpu/drm/exynos/* to use the module_platform_driver() macro which makes the code smaller and a bit simpler. Cc: Inki Dae Cc: Joonyoung Shim Cc: Seung-Woo Kim Signed-off-by: Axel Lin --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 17