(exynos_gfx.c) Nits

This commit is contained in:
twinaphex 2015-11-29 01:43:58 +01:00
parent 127448f848
commit b8df5fd584

View File

@ -276,10 +276,9 @@ static const char *exynos_buffer_name(enum exynos_buffer_type type)
static struct exynos_bo *exynos_create_mapped_buffer(
struct exynos_device *dev, unsigned size)
{
struct exynos_bo *buf;
const unsigned flags = 0;
struct exynos_bo *buf = exynos_bo_create(dev, size, flags);
buf = exynos_bo_create(dev, size, flags);
if (!buf)
{
RARCH_ERR("[video_exynos]: failed to create temp buffer object\n");