Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 36de6665 authored by Michael Bestas's avatar Michael Bestas Committed by Ahmed Harhash
Browse files

misc: aw8695: Use standard vibrator name

Change-Id: I9dc9613f2a3985ccff0f49805f9c8cbe000cb50d
parent bc95714a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4128,7 +4128,7 @@ static int aw8695_vibrator_init(struct aw8695 *aw8695)
        return ret;
    }
#else
    aw8695->cdev.name = "vibrator_aw8695";
    aw8695->cdev.name = "vibrator";
    aw8695->cdev.brightness_get = aw8695_haptic_brightness_get;
    aw8695->cdev.brightness_set = aw8695_haptic_brightness_set;