Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[deliverable/linux.git] / drivers / pwm / core.c
index dbab53005da8a944928d827b483236e85b76cc2b..ecb76909e946542ee9beff407c8d2ed1e69ff56e 100644 (file)
@@ -529,9 +529,9 @@ struct pwm_device *pwm_get(struct device *dev, const char *con_id)
        struct pwm_device *pwm = ERR_PTR(-EPROBE_DEFER);
        const char *dev_id = dev ? dev_name(dev): NULL;
        struct pwm_chip *chip = NULL;
+       unsigned int index = 0;
        unsigned int best = 0;
        struct pwm_lookup *p;
-       unsigned int index;
        unsigned int match;
 
        /* look up via DT first */
This page took 0.024049 seconds and 5 git commands to generate.