Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427623
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging: comedi: pcmuio: fix bare use of 'unsigned' |
| Date | 2016-06-21 13:30 +0200 |
| Message-ID | <rMs2u-5aD-27@gated-at.bofh.it> (permalink) |
| References | <rMqWJ-4rb-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 21/06/16 11:16, Ravishankar Karkala Mallikarjunayya wrote:
> This fixes up a WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
> found by the checkpatch.pl tool
>
> Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
> ---
> drivers/staging/comedi/drivers/pcmuio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/pcmuio.c b/drivers/staging/comedi/drivers/pcmuio.c
> index 7ea8130..8ad64f2 100644
> --- a/drivers/staging/comedi/drivers/pcmuio.c
> +++ b/drivers/staging/comedi/drivers/pcmuio.c
> @@ -307,7 +307,7 @@ static void pcmuio_stop_intr(struct comedi_device *dev,
>
> static void pcmuio_handle_intr_subdev(struct comedi_device *dev,
> struct comedi_subdevice *s,
> - unsigned triggered)
> + unsigned int triggered)
> {
> struct pcmuio_private *devpriv = dev->private;
> int asic = pcmuio_subdevice_to_asic(s);
>
Thanks, but this one has already been fixed in the "linux-next"
repository and in Greg's "staging" repository.
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Staging: comedi: pcmuio: fix bare use of 'unsigned' Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com> - 2016-06-21 12:20 +0200 Re: [PATCH] Staging: comedi: pcmuio: fix bare use of 'unsigned' Ian Abbott <abbotti@mev.co.uk> - 2016-06-21 13:30 +0200
csiph-web