Acked-by: Ping Cheng <[email protected]>

You guys always give me something new to learn/remember :).

Ping

On Wed, Mar 24, 2010 at 6:34 PM, Peter Hutterer
<[email protected]> wrote:
> Introduced with 09e01eda07de "Call wcmRotateCoordinates only when we get
> real motion events".
>
> wcmCommon.c: In function ‘wcmSoftOutEvent’:
> wcmCommon.c:1646: error: invalid use of void expression
>
> This patch also changes the message to the usual DBG format (the DBG macro
> will fill in the device name and the function name automatically).
>
> CC: Ping Cheng <[email protected]>
> Signed-off-by: Peter Hutterer <[email protected]>
> ---
>  src/wcmCommon.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/wcmCommon.c b/src/wcmCommon.c
> index 664d8e5..3f6ea51 100644
> --- a/src/wcmCommon.c
> +++ b/src/wcmCommon.c
> @@ -1643,7 +1643,7 @@ static void wcmSoftOutEvent(LocalDevicePtr local)
>
>        out.device_type = DEVICE_ID(priv->flags);
>        out.device_id = wcmGetPhyDeviceID(priv);
> -       DBG(2, priv->common, ErrorF("Send a soft prox-out for %s \n", 
> local->name));
> +       DBG(2, priv->common, "send a soft prox-out\n");
>        wcmSendEvents(local, &out);
>  }
>
> --
> 1.6.6.1
>
>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to