diff options
Diffstat (limited to 'drivers/usb/host/ohci-tmio.c')
| -rw-r--r-- | drivers/usb/host/ohci-tmio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/host/ohci-tmio.c b/drivers/usb/host/ohci-tmio.c index 08ec2ab0d95a..3f3d62dc0674 100644 --- a/drivers/usb/host/ohci-tmio.c +++ b/drivers/usb/host/ohci-tmio.c @@ -199,7 +199,7 @@ static int ohci_hcd_tmio_drv_probe(struct platform_device *dev)  	if (usb_disabled())  		return -ENODEV; -	if (!cell) +	if (!cell || !regs || !config || !sram)  		return -EINVAL;  	if (irq < 0) |