public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Omar Ramirez Luna <omar.ramirez@ti.com>
To: "Hebbar, Shivananda" <x0hebbar@ti.com>
Cc: linux-omap <linux-omap@vger.kernel.org>
Subject: Re: [Patch 5/8] DSPBRIDGE: typedef cleanup -DSP_HPROCESSOR
Date: Fri, 5 Feb 2010 16:39:51 -0600	[thread overview]
Message-ID: <4B6C9E37.9060705@ti.com> (raw)
In-Reply-To: <19F8576C6E063C45BE387C64729E7394044A6B9675@dbde02.ent.ti.com>

Hi,

On 2/2/2010 6:44 PM, Hebbar, Shivananda wrote:
>  From 82f402b577d1afb535b319eed4a18087010ef679 Mon Sep 17 00:00:00 2001
> From: Shivananda Hebbar<x0hebbar@ti.com>
> Date: Thu, 28 Jan 2010 20:06:40 -0600
> Subject: [PATCH] DSPBRIDGE: Remove typdef used for Processor type replace it with standard C type
>
> Signed-off-by: Shivananda Hebbar<x0hebbar@ti.com>
> ---
>   arch/arm/plat-omap/include/dspbridge/cmm.h      |    2 +-
>   arch/arm/plat-omap/include/dspbridge/dbdefs.h   |    2 -
>   arch/arm/plat-omap/include/dspbridge/dmm.h      |    2 +-
>   arch/arm/plat-omap/include/dspbridge/drv.h      |    2 +-
>   arch/arm/plat-omap/include/dspbridge/node.h     |    2 +-
>   arch/arm/plat-omap/include/dspbridge/proc.h     |   41 +++++++++++-----------
>   arch/arm/plat-omap/include/dspbridge/wcdioctl.h |   40 +++++++++++-----------
>   drivers/dsp/bridge/pmgr/cmm.c                   |    2 +-
>   drivers/dsp/bridge/pmgr/dev.c                   |    6 ++--
>   drivers/dsp/bridge/pmgr/dmm.c                   |    2 +-
>   drivers/dsp/bridge/pmgr/wcd.c                   |    2 +-
>   drivers/dsp/bridge/rmgr/node.c                  |    2 +-
>   drivers/dsp/bridge/rmgr/proc.c                  |   42 +++++++++++-----------
>   13 files changed, 72 insertions(+), 75 deletions(-)
>

missing this hunk for proc.c

@@ -246,7 +246,7 @@ PROC_Attach(u32 uProcessor, OPTIONAL CONST struct 
DSP_PROCESSORATTRIN *pAttrIn,
  				 "Proc Object into DEV, 0x%x!\n", status);
  		}
  		if (DSP_SUCCEEDED(status)) {
-			*phProcessor = (DSP_HPROCESSOR)pProcObject;
+			*phProcessor = (void *)pProcObject;
  			pr_ctxt->hProcessor = *phProcessor;
  			(void)PROC_NotifyClients(pProcObject,
  						 DSP_PROCESSORATTACH);


[...]

- omar

  parent reply	other threads:[~2010-02-05 22:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-03  0:44 [Patch 5/8] DSPBRIDGE: typedef cleanup -DSP_HPROCESSOR Hebbar, Shivananda
2010-02-03  6:44 ` Guzman Lugo, Fernando
2010-02-05 22:39 ` Omar Ramirez Luna [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-06  1:22 Hebbar, Shivananda

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B6C9E37.9060705@ti.com \
    --to=omar.ramirez@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=x0hebbar@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox