diff options
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx-cards.c')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c index 919ed77b32f2..875a7ce94736 100644 --- a/drivers/media/video/cx231xx/cx231xx-cards.c +++ b/drivers/media/video/cx231xx/cx231xx-cards.c | |||
@@ -1052,7 +1052,7 @@ static int cx231xx_usb_probe(struct usb_interface *interface, | |||
1052 | dev = kzalloc(sizeof(*dev), GFP_KERNEL); | 1052 | dev = kzalloc(sizeof(*dev), GFP_KERNEL); |
1053 | if (dev == NULL) { | 1053 | if (dev == NULL) { |
1054 | cx231xx_err(DRIVER_NAME ": out of memory!\n"); | 1054 | cx231xx_err(DRIVER_NAME ": out of memory!\n"); |
1055 | clear_bit(dev->devno, &cx231xx_devused); | 1055 | clear_bit(nr, &cx231xx_devused); |
1056 | return -ENOMEM; | 1056 | return -ENOMEM; |
1057 | } | 1057 | } |
1058 | 1058 | ||