lkml.org 
[lkml]   [2021]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 7/9] i2c/drivers/ov02q10: Use HZ macros
    Date
    HZ unit conversion macros are available in units.h, use them and
    remove the duplicate definition.

    Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
    ---
    drivers/media/i2c/ov02a10.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/media/i2c/ov02a10.c b/drivers/media/i2c/ov02a10.c
    index 8683ffd3287a..59a34e59774e 100644
    --- a/drivers/media/i2c/ov02a10.c
    +++ b/drivers/media/i2c/ov02a10.c
    @@ -9,6 +9,7 @@
    #include <linux/module.h>
    #include <linux/pm_runtime.h>
    #include <linux/regulator/consumer.h>
    +#include <linux/units.h>
    #include <media/media-entity.h>
    #include <media/v4l2-async.h>
    #include <media/v4l2-ctrls.h>
    @@ -64,7 +65,6 @@
    /* Test pattern control */
    #define OV02A10_REG_TEST_PATTERN 0xb6

    -#define HZ_PER_MHZ 1000000L
    #define OV02A10_LINK_FREQ_390MHZ (390 * HZ_PER_MHZ)
    #define OV02A10_ECLK_FREQ (24 * HZ_PER_MHZ)

    --
    2.17.1
    \
     
     \ /
      Last update: 2021-02-24 16:40    [W:2.978 / U:1.680 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site