]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/leds/leds-pwm.c
wireless: remove conflicting version of print_hex_dump_bytes
[karo-tx-linux.git] / drivers / leds / leds-pwm.c
index e51ff7a3cd8856ee46c9dd2054316fc8ce8548b9..2157524f277c2d7818713f1774726c27069d60b6 100644 (file)
@@ -26,7 +26,7 @@
 struct led_pwm_data {
        struct led_classdev     cdev;
        struct pwm_device       *pwm;
-       unsigned int            active_low;
+       unsigned int            active_low;
        unsigned int            period;
 };