diff options
Diffstat (limited to 'drivers/usb/misc/iowarrior.c')
-rw-r--r-- | drivers/usb/misc/iowarrior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index 37566419877..7a10e48b78f 100644 --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c | |||
@@ -768,7 +768,7 @@ static int iowarrior_probe(struct usb_interface *interface, | |||
768 | int i; | 768 | int i; |
769 | int retval = -ENOMEM; | 769 | int retval = -ENOMEM; |
770 | 770 | ||
771 | /* allocate memory for our device state and intialize it */ | 771 | /* allocate memory for our device state and initialize it */ |
772 | dev = kzalloc(sizeof(struct iowarrior), GFP_KERNEL); | 772 | dev = kzalloc(sizeof(struct iowarrior), GFP_KERNEL); |
773 | if (dev == NULL) { | 773 | if (dev == NULL) { |
774 | dev_err(&interface->dev, "Out of memory\n"); | 774 | dev_err(&interface->dev, "Out of memory\n"); |