]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pwm/pwm-puv3.c
usb: gadget: gadgetfs: potential use after free in unbind()
[karo-tx-linux.git] / drivers / pwm / pwm-puv3.c
index ed6007b27585a9512d5c2470248343b3e80882d4..a9a28083f245ca2f5efa8be46c6b3b79690170db 100644 (file)
@@ -146,6 +146,7 @@ static int pwm_remove(struct platform_device *pdev)
 static struct platform_driver puv3_pwm_driver = {
        .driver = {
                .name = "PKUnity-v3-PWM",
+               .owner = THIS_MODULE,
        },
        .probe = pwm_probe,
        .remove = pwm_remove,