summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorDavid Sin <davidsin@ti.com>2010-09-15 11:29:58 -0500
committerRicardo Perez Olivares <x0081762@ti.com>2010-09-15 18:36:50 -0500
commitdbafe58baa12cbd903360af1b7135fc5f4889cc6 (patch)
treec40b3ade9f549d80f8e15a739cbd3f121b67b190 /drivers/media
parentf884ea49214d9d11b69276256eaceaba46924227 (diff)
TILER: Fix Checkpatch warning
Signed-off-by: David Sin <davidsin@ti.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/dmm/tmm_pat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/dmm/tmm_pat.c b/drivers/media/video/dmm/tmm_pat.c
index 4b975d33b90f..4ee59bde6e60 100644
--- a/drivers/media/video/dmm/tmm_pat.c
+++ b/drivers/media/video/dmm/tmm_pat.c
@@ -211,8 +211,7 @@ static u32 *tmm_pat_get_pages(struct tmm *tmm, s32 n)
if (m != NULL) {
f->mem[i] = m;
f->pa[i] = m->pa;
- }
- else {
+ } else {
goto cleanup;
}
}