From patchwork Mon Nov 26 04:49:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 13188 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id AC31123EFB for ; Mon, 26 Nov 2012 04:55:43 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id 5F438A192C6 for ; Mon, 26 Nov 2012 04:55:43 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so4033426ieb.11 for ; Sun, 25 Nov 2012 20:55:43 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=TKAESK9mQGUoqX/UwidLAIn+H1HaPm2VuUOWo5jLOQM=; b=RCeJqey15mEm9J2MGd6IFmUp/E/7cWetRHOgMFcDwnGgLRlxx3DF/dNzyZCYyMfIgo WnVE/mXJ84XmtBvlC663Ug93aWZeBkvc2Be3+wQzLA+PL0a7DbmAWGUjc4R9TCzEVI82 rvBsBYPEDFENpZz5A+h+uh2R4deBTdBht5XcFJZYpGd0k37EetXxl+wnsCjGL5Hb7RUg TaJkUpH0T5zGWhZtnKKPNVLp9+DfUSQd1+yuBYHKJENKpaLPEvOr6+EOOaSPrqdUXaXs G1eS3qxKiETL16rwS48zqtcWDIMCe9dfcSTng5vpVqtduU+pCnKU9YdXzPnWJyNvepyb I3+A== Received: by 10.50.213.34 with SMTP id np2mr9834290igc.57.1353905743146; Sun, 25 Nov 2012 20:55:43 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.67.148 with SMTP id n20csp201135igt; Sun, 25 Nov 2012 20:55:42 -0800 (PST) Received: by 10.68.115.75 with SMTP id jm11mr34073524pbb.28.1353905742553; Sun, 25 Nov 2012 20:55:42 -0800 (PST) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by mx.google.com with ESMTPS id zw4si17975650pbc.94.2012.11.25.20.55.42 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:55:42 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.43; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.43 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pb0-f43.google.com with SMTP id wz17so7925721pbc.30 for ; Sun, 25 Nov 2012 20:55:42 -0800 (PST) Received: by 10.68.132.197 with SMTP id ow5mr34801870pbb.40.1353905742334; Sun, 25 Nov 2012 20:55:42 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id g1sm8082844pax.21.2012.11.25.20.55.39 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 20:55:41 -0800 (PST) From: Sachin Kamat To: linux-media@vger.kernel.org Cc: t.stanislaws@samsung.com, s.nawrocki@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 3/9] [media] s5p-tv: Add missing braces around sizeof in mixer_reg.c Date: Mon, 26 Nov 2012 10:19:02 +0530 Message-Id: <1353905348-15475-4-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1353905348-15475-1-git-send-email-sachin.kamat@linaro.org> References: <1353905348-15475-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQnyjMFREbli1y3y1QNQOorBEQmiXFyTkfCHMZeYQfrGOSwEAujGRdb1MxD9PaHxcwhyx8qs Silences checkpatch warnings of the type: WARNING: sizeof filter_y_horiz_tap8 should be sizeof(filter_y_horiz_tap8) FILE: media/platform/s5p-tv/mixer_reg.c:473: filter_y_horiz_tap8, sizeof filter_y_horiz_tap8); Signed-off-by: Sachin Kamat --- drivers/media/platform/s5p-tv/mixer_reg.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/s5p-tv/mixer_reg.c b/drivers/media/platform/s5p-tv/mixer_reg.c index 3b1670a..b713403 100644 --- a/drivers/media/platform/s5p-tv/mixer_reg.c +++ b/drivers/media/platform/s5p-tv/mixer_reg.c @@ -470,11 +470,11 @@ static inline void mxr_reg_vp_filter_set(struct mxr_device *mdev, static void mxr_reg_vp_default_filter(struct mxr_device *mdev) { mxr_reg_vp_filter_set(mdev, VP_POLY8_Y0_LL, - filter_y_horiz_tap8, sizeof filter_y_horiz_tap8); + filter_y_horiz_tap8, sizeof(filter_y_horiz_tap8)); mxr_reg_vp_filter_set(mdev, VP_POLY4_Y0_LL, - filter_y_vert_tap4, sizeof filter_y_vert_tap4); + filter_y_vert_tap4, sizeof(filter_y_vert_tap4)); mxr_reg_vp_filter_set(mdev, VP_POLY4_C0_LL, - filter_cr_horiz_tap4, sizeof filter_cr_horiz_tap4); + filter_cr_horiz_tap4, sizeof(filter_cr_horiz_tap4)); } static void mxr_reg_mxr_dump(struct mxr_device *mdev)