lkml.org 
[lkml]   [2019]   [Nov]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 07/10] iio: imu: adis16480: prefer `unsigned int` over `unsigned`
    On Fri, 1 Nov 2019 11:35:02 +0200
    Alexandru Ardelean <alexandru.ardelean@analog.com> wrote:

    > This is a typical checkpatch warning. The change just renames the type of
    > the `freq` var to `unsigned int`.
    >
    > Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
    Applied. Thanks,

    Jonathan

    > ---
    > drivers/iio/imu/adis16480.c | 2 +-
    > 1 file changed, 1 insertion(+), 1 deletion(-)
    >
    > diff --git a/drivers/iio/imu/adis16480.c b/drivers/iio/imu/adis16480.c
    > index d199d3d3c4bd..b9e2695bcfad 100644
    > --- a/drivers/iio/imu/adis16480.c
    > +++ b/drivers/iio/imu/adis16480.c
    > @@ -350,7 +350,7 @@ static int adis16480_get_freq(struct iio_dev *indio_dev, int *val, int *val2)
    > struct adis16480 *st = iio_priv(indio_dev);
    > uint16_t t;
    > int ret;
    > - unsigned freq;
    > + unsigned int freq;
    > unsigned int reg;
    >
    > if (st->clk_mode == ADIS16480_CLK_PPS)

    \
     
     \ /
      Last update: 2019-11-03 11:36    [W:3.107 / U:0.464 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site