]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/misc/cytherm.c
USB iowarrior.c: fix check-after-use
[linux-2.6-omap-h63xx.git] / drivers / usb / misc / cytherm.c
index 04e87acd6e46007cec2449ffe34c58257d55c6a8..2677fea147d9ef163053c8a2b458edf170515aec 100644 (file)
@@ -118,7 +118,7 @@ static ssize_t set_brightness(struct device *dev, struct device_attribute *attr,
                                cytherm->brightness, buffer, 8);
        if (retval)
                dev_dbg(&cytherm->udev->dev, "retval = %d\n", retval);
-       /* Inform µC that we have changed the brightness setting */
+       /* Inform ÂµC that we have changed the brightness setting */
        retval = vendor_command(cytherm->udev, WRITE_RAM, BRIGHTNESS_SEM,
                                0x01, buffer, 8);
        if (retval)