drivers/input/tablet/aiptek.c:849:54-55: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Oliver Neukum <oneu...@suse.com>
Signed-off-by: Fengguang Wu <fengguang...@intel.com>
---

 aiptek.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/input/tablet/aiptek.c
+++ b/drivers/input/tablet/aiptek.c
@@ -846,7 +846,7 @@ static int aiptek_open(struct input_dev
 {
        struct aiptek *aiptek = input_get_drvdata(inputdev);
 
-       aiptek->urb->dev = interface_to_usbdev(aiptek->intf);;
+       aiptek->urb->dev = interface_to_usbdev(aiptek->intf);
        if (usb_submit_urb(aiptek->urb, GFP_KERNEL) != 0)
                return -EIO;
 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to