]> git.hungrycats.org Git - linux/commitdiff
[PATCH] C99 initializer for drivers/usb/storage/usb.c
authorArt Haas <ahaas@airmail.net>
Mon, 9 Dec 2002 03:27:38 +0000 (19:27 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Mon, 9 Dec 2002 03:27:38 +0000 (19:27 -0800)
Here's a small patch for the file. The patch is against 2.5.50.

drivers/usb/storage/usb.c

index 0cda772947f6aeda69b36d611c41331af48552af..34479a463682f85fa530e76807d58f5632f98140 100644 (file)
@@ -174,7 +174,7 @@ MODULE_DEVICE_TABLE (usb, storage_usb_ids);
        .productName = product_name,    \
        .useProtocol = use_protocol,    \
        .useTransport = use_transport,  \
-       initFunction : init_function,   \
+       .initFunction = init_function,  \
        .flags = Flags, \
 }