mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ian Abbott <abbotti@mev.co.uk>
To: "Pablo G. Gallardo" <pggllrd@gmail.com>, greg@kroah.com
Cc: hsweeten@visionengravers.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/2] STAGING: COMEDI: Remove unnecessary typecast of c90 int constant
Date: Fri, 5 Feb 2016 10:24:01 +0000	[thread overview]
Message-ID: <56B47841.2070505@mev.co.uk> (raw)
In-Reply-To: <1454629394-792-1-git-send-email-pggllrd@gmail.com>

On 04/02/16 23:43, Pablo G. Gallardo wrote:
> This patch removes unnecessary typecast of c90 int constant.
>
> Signed-off-by: Pablo G. Gallardo <pggllrd@gmail.com>
> ---
>   drivers/staging/comedi/comedi.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
> index 83bd309..f0d1b15 100644
> --- a/drivers/staging/comedi/comedi.h
> +++ b/drivers/staging/comedi/comedi.h
> @@ -516,7 +516,7 @@ struct comedi_bufinfo {
>   #define UNIT_mA			1
>   #define UNIT_none		2
>
> -#define COMEDI_MIN_SPEED	((unsigned int)0xffffffff)
> +#define COMEDI_MIN_SPEED	0xffffffffu
>
>   /**********************************************************/
>   /* everything after this line is ALPHA */
>

Thanks.

Reviewed-by: Ian Abbott <abbotti@mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti@mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-

      parent reply	other threads:[~2016-02-05 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-04 23:43 Pablo G. Gallardo
2016-02-04 23:43 ` [PATCH v2 2/2] STAGING: COMEDI: Wrap line over 80 characters Pablo G. Gallardo
2016-02-05 10:25   ` Ian Abbott
2016-02-05 10:24 ` Ian Abbott [this message]

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=56B47841.2070505@mev.co.uk \
    --to=abbotti@mev.co.uk \
    --cc=greg@kroah.com \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pggllrd@gmail.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

Powered by JetHome