diff options
Diffstat (limited to 'drivers/usb/host/fhci-hcd.c')
| -rw-r--r-- | drivers/usb/host/fhci-hcd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci-hcd.c b/drivers/usb/host/fhci-hcd.c index 1f666804fa91..92794ffc25c8 100644 --- a/drivers/usb/host/fhci-hcd.c +++ b/drivers/usb/host/fhci-hcd.c @@ -676,7 +676,7 @@ static int of_fhci_probe(struct platform_device *ofdev)  	/* USB Host interrupt. */  	usb_irq = irq_of_parse_and_map(node, 0); -	if (usb_irq == NO_IRQ) { +	if (!usb_irq) {  		dev_err(dev, "could not get usb irq\n");  		ret = -EINVAL;  		goto err_usb_irq;  | 
